Zen Token
Verified contract
Active on
Ethereum with 384 txns
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 "Zen Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19058155 | a year ago | | | 0 | 0.00030289473 | |
| 18357055 | a year ago | | | 0 | 0.00025833880 | |
| 17429705 | 2 years ago | | | 0 | 0.0017867332 | |
| 17303870 | 2 years ago | | | 0 | 0.0012537402 | |
| 17009562 | 2 years ago | | | 0 | 0.00052622478 | |
| 16757308 | 2 years ago | | | 0 | 0.0018064277 | |
| 16733192 | 2 years ago | | | 0 | 0.0018974638 | |
| 16688353 | 2 years ago | | | 0 | 0.0021841610 | |
| 16688346 | 2 years ago | | | 0 | 0.0026100842 | |
| 16542147 | 2 years ago | | | 0 | 0.0028094243 |
ABI
ABI objects
Getter at block 21432310
decimals() pure returns (uint8)
18
maxTotalSupply() view returns (uint256)
10000000000000000000000000
migrationEnabled() view returns (bool)
true
name() pure returns (string)
Zen Token
oldToken() view returns (address)
0x884345a7b7e7ffd7f4298ad6115f5d5afb2f7660
owner() view returns (address)
0x46ebcf930433b8516bc212ebba0a10cbe98c0bee
symbol() pure returns (string)
ZEN
totalSupply() view returns (uint256)
98508953787120370369999
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
controllers(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(uint256 _amount)
burnAsController(address from_, uint256 _amount)
burnFrom(address from_, uint256 _amount)
migrate()
mintAsController(address to_, uint256 _amount)
setController(address address_, bool bool_)
toggleMigration()
transfer(address to_, uint256 _amount) returns (bool)
transferFrom(address from_, address to_, uint256 _amount) returns (bool)
transferOwnership(address new_)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _oldToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.