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 "ZOOM"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9728352 | 5 years ago | | | 0 | 0.00017410840 | |
| 8221006 | 5 years ago | | | 0 | 0.00047152000 | |
| 8218166 | 5 years ago | | | 0 | 0.00032184000 | |
| 8218143 | 5 years ago | | | 0 | 0.00032145600 | |
| 8218089 | 5 years ago | | | 0 | 0.00040251512 | |
| 8218075 | 5 years ago | | | 0 | 0.0013478851 | |
| 8218047 | 5 years ago | | | 0 | 0.00058986553 | |
| 8218044 | 5 years ago | | | 0 | 0.00059667084 | |
| 8204772 | 5 years ago | | | 0 | 0.0019879094 | |
| 8204667 | 5 years ago | | | 0 | 0.0017824493 |
ABI
ABI objects
Getter at block 21293720
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
ZOOM
owner() view returns (address)
0x5ea10b2f9777359e40c70928e3ef674e24016a14
plockFlag() view returns (bool)
true
symbol() view returns (string)
ZOOM
totalSupply() view returns (uint256)
1000000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events addLock(address _addr) returns (bool success)
allocateTokens(address[] _owners, uint256[] _values)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableLockFlag(bool _enable) returns (bool success)
enableTransfer(bool _enable)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
removeLock(address _addr) returns (bool success)
renounceOwnership()
setExclude(address _addr) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
withdrawEther()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.