Zero Money
Verified contract
Active on
Ethereum with 2,359 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 |
---|---|---|---|---|---|
ZERO | ERC-20 | 38.992657 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20388409 | 4 months ago | | | 0 | 0.00012994460 | |
| 20388401 | 4 months ago | | | 0 | 0.00016137608 | |
| 20388385 | 4 months ago | | | 0 | 0.00011968325 | |
| 20388383 | 4 months ago | | | 0 | 0.00011872026 | |
| 20388380 | 4 months ago | | | 0 | 0.00016046863 | |
| 20388375 | 4 months ago | | | 0 | 0.00015942272 | |
| 20388372 | 4 months ago | | | 0 | 0.00022056723 | |
| 17025845 | 2 years ago | | | 0 | 0.0034068476 | |
| 17009557 | 2 years ago | | | 0 | 0.00046814621 | |
| 17009032 | 2 years ago | | | 0 | 0.00051777896 |
ABI
ABI objects
Getter at block 21191788
FINAL_ERA() view returns (uint256)
60
HALVING_PERIOD() view returns (uint256)
1814400
MAGNITUDE() view returns (uint256)
340282366920938463463374607431768211456
currentHalvingEra() view returns (uint256)
45
decimals() view returns (uint8)
18
name() view returns (string)
Zero Money
owner() view returns (address)
0x612ef87bfcd858687160294b0effaca0cba342e2
signer() view returns (address)
0xe9d4afb6f8c9196972c6d9a74d5e54bbb7721f5b
startedAt() view returns (uint256)
1649462418
symbol() view returns (string)
ZERO
totalSupply() view returns (uint256)
2607104888332584358924
Read-only
accumulativeDividendOf(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
withdrawableDividendOf(address account) view returns (uint256)
withdrawnDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
changeSigner(address _signer)
claim(bytes32 id, uint8 v, bytes32 r, bytes32 s)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlacklisted(address account, bool _blacklisted)
start()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawDividend()
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeSigner(address indexed signer)
Claim(bytes32 indexed id, address indexed to)
DividendsDistributed(uint256 weiAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBlacklisted(address indexed account, bool blacklisted)
Start()
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed to, uint256 weiAmount)
constructor(address _signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.