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 "dMMM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11841362 | 4 years ago | | | 0 | 0.0063836000 | |
| 11510563 | 4 years ago | | | 0 | 0.0044572321 | |
| 11244692 | 4 years ago | | | 0 | 0.0037426204 | |
| 11132590 | 4 years ago | | | 0 | 0.0022051461 | |
| 11126680 | 4 years ago | | | 0 | 0.0011257441 | |
| 11126562 | 4 years ago | | | 0 | 0.0010540860 | |
| 11126520 | 4 years ago | | | 0 | 0.00086243405 | |
| 11126497 | 4 years ago | | | 0 | 0.00086211005 | |
| 11096341 | 4 years ago | | | 0 | 0.020437880 | |
| 11037328 | 4 years ago | | | 0 | 0.0015524250 |
ABI
ABI objects
Getter at block 21160390
_maxSupply() view returns (uint256)
500000000000000000000000000
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
dMMM
owner() view returns (address)
0x36205039f1e49f688a1e77fb9378df5f5ddd8633
symbol() view returns (string)
dMMM
totalSupply() view returns (uint256)
58292075687328797200000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
mint(address _address, uint256 _amount)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
renounceOwnership()
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.