Iron Sail KEEY
Verified contract
Active on
Ethereum with 283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Iron Sail KEEY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19757737 | 7 months ago | | | 0 | 0.00021630977 | |
| 19737936 | 7 months ago | | | 0 | 0.00029048452 | |
| 19368877 | 8 months ago | | | 0 | 0.0022817043 | |
| 19368845 | 8 months ago | | | 0 | 0.0024809831 | |
| 19255182 | 9 months ago | | | 0 | 0.0013149466 | |
| 19082787 | 10 months ago | | | 0 | 0.0030828941 | |
| 19046898 | 10 months ago | | | 0 | 0.00086803743 | |
| 19027964 | 10 months ago | | | 0 | 0.0025371220 | |
| 18982569 | 10 months ago | | | 0 | 0.00057300039 | |
| 18880847 | a year ago | | | 0 | 0.0010745477 |
ABI
ABI objects
Getter at block 21187265
decimals() view returns (uint8)
0
getBurnedAmountTotal() view returns (uint256 _amount)
0
name() view returns (string)
Iron Sail KEEY
owner() view returns (address)
0x9705e7262e50184a082eeb0154e0af9bf7944378
paused() view returns (bool)
false
symbol() view returns (string)
KEEY
totalSupply() view returns (uint256)
2500
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) 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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.