INFLEUM Token
Verified contract
Active on
Ethereum with 5,885 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 "INFLEUM Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16447735 | 2 years ago | | | 0 | 0.00073529972 | |
| 11352920 | 4 years ago | | | 0 | 0.00051136800 | |
| 11268531 | 4 years ago | | | 0 | 0.0026130343 | |
| 11096260 | 4 years ago | | | 0 | 0.0016521120 | |
| 10727635 | 4 years ago | | | 0 | 0.0054867240 | |
| 10664728 | 4 years ago | | | 0 | 0.0042863160 | |
| 10664723 | 4 years ago | | | 0 | 0.0042863160 | |
| 10664703 | 4 years ago | | | 0 | 0.0027375350 | |
| 10664687 | 4 years ago | | | 0 | 0.0025868450 | |
| 10664679 | 4 years ago | | | 0 | 0.0025617300 |
ABI
ABI objects
Getter at block 21284040
decimals() view returns (uint8)
8
isFreezed() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
INFLEUM Token
owner() view returns (address)
0xc65d0d8f1622d39441821ff7c3467dccaa656fab
symbol() view returns (string)
IFUM
totalSupply() view returns (uint256)
300000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isLocked(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockAccount(address account)
renounceOwnership()
setCrowdsale(address crowdsale)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreeze()
unlockAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
LockAccount(address indexed account)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockAccount(address indexed account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.