Balances ($0.00)
No balances found for "DopeSwap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20571187 | 3 months ago | | | 0 | 0.000071557040 | |
| 15320097 | 2 years ago | | | 0 | 0.00025464417 | |
| 15127675 | 2 years ago | | | 0 | 0.00028801376 | |
| 11736893 | 4 years ago | | | 0 | 0.0010636830 | |
| 11444988 | 4 years ago | | | 0 | 0.00066118592 | |
| 11444988 | 4 years ago | | | 0 | 0.00033659010 | |
| 11358194 | 4 years ago | | | 0 | 0.00036427500 | |
| 11308497 | 4 years ago | | | 0 | 0.0021772480 | |
| 11261387 | 4 years ago | | | 0 | 0.00061797400 | |
| 11257141 | 4 years ago | | | 0 | 0.0018700500 |
ABI
ABI objects
Getter at block 21311383
burnRate() view returns (uint256)
46
burnedSupply() view returns (uint256)
476501318139960947016
decimals() view returns (uint256)
18
minSupply() view returns (uint256)
500000000000000000000
minter() view returns (address)
0x2ccaf8b56e2464fc3f6d53e7500c6f23331c35e0
name() view returns (string)
DopeSwap
owner() view returns (address)
0x88d3dd659d67a3c513bfa16aa2683d2d8c207ddb
symbol() view returns (string)
DOPE
totalSupply() view returns (uint256)
1427802931860039052984
Read-only
_whitelistedAddresses(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addWhitelistedAddress(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeWhitelistedAddress(address _address)
renounceOwnership()
setBurnrate(uint8 burnrate_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address newMinter)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintershipTransferred(address indexed previousMinter, address indexed newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.