itemfi token
Verified contract
Active on
Ethereum with 161 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 "itemfi token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15001278 | 2 years ago | | | 0 | 0.0012248777 | |
| 13663611 | 3 years ago | | | 0 | 0.0066366932 | |
| 13498495 | 3 years ago | | | 0 | 0.011797121 | |
| 12587792 | 3 years ago | | | 0 | 0.00077558250 | |
| 12546019 | 3 years ago | | | 0 | 0.0013128150 | |
| 12534684 | 3 years ago | | | 0 | 0.0015006480 | |
| 12534591 | 3 years ago | | | 0 | 0.00069954500 | |
| 12456686 | 3 years ago | | | 0 | 0.0022202950 | |
| 12456686 | 3 years ago | | | 0 | 0.0020256690 | |
| 12449079 | 3 years ago | | | 0 | 0.0026794850 |
ABI
ABI objects
Getter at block 21164560
admin() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getNow() view returns (uint256)
1731329531
isOwner() view returns (bool)
false
name() view returns (string)
itemfi token
noTokenLocked() view returns (bool)
false
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8790f4fd3d7df1846442ccd628545c74ce17caff
symbol() view returns (string)
LOON
totalSupply() view returns (uint256)
200000000000000000000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canTransferIfLocked(address _sender, uint256 _value) view returns (bool)
getLockingStates(address _addr) view returns (uint256, uint256[], uint256[])
getMinLockedAmount(address _addr) view returns (uint256 locked)
State-modifying
Events addTokenLock(address _addr, uint256 _value, uint256 _release_time)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTransfer(bool _enable)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAdmin(address newAdmin)
setOperator(address newOperator)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unlockAllTokens()
AddTokenLock(address indexed to, uint256 time, uint256 amount)
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(string name, string symbol, uint8 decimals, uint256 total)
fallback()
This contract contains no error objects.