python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why can I not deploy this BEP20 token with Remix?
I am trying to deploy this contract
https://github.com/juustesout/EtherRanger/blob/main/EtherRanger.sol
to BSC Testnet, and I get this error in return :
"revert
The transaction has been reverted ...

Juust Out
Votes: 0
Answers: 2
BEP-20 tokenized investment fund smart contracts
I’m working on a security token for a tokenized hedge fund and I need help in how to structure the project.
My background is in algorithmic trading and I’ve developed and tested an algorithm for tradi...
nnnad
Votes: 0
Answers: 1
Rebase function in BEP20 token contract
Can anyone please explain to me the rebase function of this solidity code? I am building a rebase token like Titano.
function rebase(uint256 epoch, int256 supplyDelta)
external
onlyOwn...

Abhijit
Votes: 0
Answers: 2
use walletconnect nodejs client How do I set up custom token transfers?
transfer() {
const tx = {
from: "0x57B1c15E83A87bF856e3eDb8765ac2d2b3CaA94C", // Required
to: "0x1C6B45866aff7Ac71628bd93F0307e28E783EB76", // Required (for n...
ka a
Votes: 0
Answers: 0