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 "Diablo IV"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20610321 | 3 months ago | | | 0 | 0.000034973044 | |
| 20596435 | 3 months ago | | | 0 | 0.000041372297 | |
| 19707010 | 7 months ago | | | 0 | 0.00035418111 | |
| 19186279 | 9 months ago | | | 0 | 0.0035742793 | |
| 19167556 | 9 months ago | | | 0 | 0.0015147115 | |
| 18518003 | a year ago | | | 0 | 0.0011850406 | |
| 18509813 | a year ago | | | 0 | 0.00072482133 | |
| 18489705 | a year ago | | | 0 | 0.00066863072 | |
| 18457063 | a year ago | | | 0 | 0.00092537782 | |
| 18452971 | a year ago | | | 0 | 0.00050568643 |
ABI
ABI objects
Getter at block 21205960
decimals() view returns (uint8)
18
name() view returns (string)
Diablo IV
owner() view returns (address)
0xcaa94cb755d8e97a5d207f5743c929e83eb86b91
paused() view returns (bool)
false
symbol() view returns (string)
Diablo
totalSupply() view returns (uint256)
4444444444000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pauseContract()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferownership(address _newonwer)
unpauseContract()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.