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 "Izanami"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17047497 | 2 years ago | | | 0 | 0.00080313269 | |
| 16483306 | 2 years ago | | | 0 | 0.00071255967 | |
| 16409535 | 2 years ago | | | 0 | 0.00039228942 | |
| 16380144 | 2 years ago | | | 0 | 0.00092159561 | |
| 16327693 | 2 years ago | | | 0 | 0.0010511994 | |
| 16326297 | 2 years ago | | | 0 | 0.00069265658 | |
| 16324606 | 2 years ago | | | 0 | 0.00070627626 | |
| 16324605 | 2 years ago | | | 0 | 0.00033418707 | |
| 16324603 | 2 years ago | | | 0 | 0.00060356426 | |
| 16323308 | 2 years ago | | | 0 | 0.00080229800 |
ABI
ABI objects
Getter at block 21230371
EnableTxLimit() view returns (bool)
true
_maxTxAmount() view returns (uint256)
20000000000000
_walletMax() view returns (uint256)
20000000000000
checkWalletLimit() view returns (bool)
true
contractOwner() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
name() view returns (string)
Izanami
symbol() view returns (string)
IZANAMI
totalCirculationSupply() view returns (uint256)
980000000000000
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events ExcludeTxLimit(address _adr, bool _status)
ExcludeWalletLimit(address _adr, bool _status)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renouncedOwnership()
setMaxWalletLimit(uint256 newLimit)
setTxLimit(uint256 newLimit)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.