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 "ZED"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22921965 | 3 hours ago | | | 0 | 0.0000018000913 | |
| 22803017 | 3 days ago | | | 0 | 8.7582949e-7 | |
| 20121018 | 2 months ago | | | 0 | 0.000000092583200000 | |
| 20121012 | 2 months ago | | | 0 | 0.000000092583200000 | |
| 19953474 | 2 months ago | | | 0 | 1.3887480e-7 | |
| 19728157 | 2 months ago | | | 0 | 3.3378680e-7 | |
| 19728152 | 2 months ago | | | 0 | 3.3135040e-7 | |
| 19652405 | 2 months ago | | | 0 | 4.1409809e-7 | |
| 17672233 | 4 months ago | | | 0 | 2.3930083e-7 | |
| 17285131 | 4 months ago | | | 0 | 3.6730411e-7 |
ABI
ABI objects
Getter at block 22928144
INITIAL_LAUNCH_DISTRIBUTION() view returns (uint256)
0
TAX_RATE() view returns (uint256)
5
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
ZED
operator() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
owner() view returns (address)
0x24e940f6728f7539422d7141dd29ad4e8fd755eb
rewardPoolDistributed() view returns (bool)
false
router() view returns (address)
0x1af83f806a1d720b1753339b466fdf64015d35ea
symbol() view returns (string)
ZED
taxMan() view returns (address)
0x18fa2051ee6dd9c700379c5193e9201978052cf1
totalSupply() view returns (uint256)
100820013406223602287388
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeReward(address _launcherAddress)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
newTaxMan(address _owner)
renounceOwnership()
setRouter(address _router)
setTaxRate(uint256 _taxRate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.