Ideal Digital Memory
Verified contract
Active on
Ethereum with 6 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WLM | ERC-20 | 66 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5716040 | 6 years ago | | | 0 | 0.00022146670 | |
| 5687027 | 6 years ago | | | 0 | 0.0017556800 | |
| 5415868 | 7 years ago | | | 0 | 0.0018021960 | |
| 5415182 | 7 years ago | | | 0 | 0.0018021960 | |
| 5409264 | 7 years ago | | | 0 | 0.000028956000 | |
| 5392118 | 7 years ago | | | 0 | 0.0018021960 |
ABI
ABI objects
Getter at block 21217657
decimals() view returns (uint8)
18
isEnabled() view returns (bool)
true
mintingFinished() view returns (bool)
false
name() view returns (string)
Ideal Digital Memory
owner() view returns (address)
0xd9b852fdc6cbb98ed7f04a80b1945e5d45e8e5dd
symbol() view returns (string)
IDM
totalSupply() view returns (uint256)
413737415000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
saleAgents(address) view returns (bool)
State-modifying
Events addSaleAgent(address _saleAgent)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disable()
enable()
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.