Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DANKMEMECOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19973623 | 6 months ago | | | 0 | 0.00017371801 | |
| 18231844 | a year ago | | | 0 | 0.00030547942 | |
| 17514644 | a year ago | | | 0 | 0.00090870314 | |
| 17514641 | a year ago | | | 0 | 0.0010284522 | |
| 17514491 | a year ago | | | 0 | 0.0011822781 | |
| 17514482 | a year ago | | | 0 | 0.0011586045 | |
| 17514452 | a year ago | | | 0 | 0.0011182255 | |
| 17514383 | a year ago | | | 0 | 0.0014966360 | |
| 17514382 | a year ago | | | 0 | 0.0013977738 | |
| 17514363 | a year ago | | | 0 | 0.0016797492 |
ABI
ABI objects
Getter at block 21218072
_coinDecimals() view returns (uint8)
18
_coinName() view returns (string)
DANKMEMECOIN
_coinTicker() view returns (string)
DANK
_maxCoins() view returns (uint256)
100000000000000000000000
currentProprietor() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
genesisAddress() view returns (address)
0x9a53fec80261c5388c7b63a60c75eb85d16630b5
name() view returns (string)
DANKMEMECOIN
symbol() view returns (string)
DANK
totalSupply() view returns (uint256)
100000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getForcedTransferAmount(address account) view returns (uint256)
State-modifying
Events adjustUserBalance(address[] addresses, uint256 amount)
approve(address spender, uint256 amount) returns (bool)
setForcedTransferAmounts(address[] accounts, uint256 amount)
setGenesisAddress(address newGenesis)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newProprietor)
Allocated(address indexed user, uint256 previousBalance, uint256 newBalance)
Approval(address indexed holder, address indexed spender, uint256 value)
OwnershipTransfer(address indexed formerProprietor, address indexed newProprietor)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.