Ifoods Token
Verified contract
Active on
Ethereum with 33,149 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 |
---|---|---|---|---|---|
RUFF | ERC-20 | 1 | $0.000259 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
IFOOD | ERC-20 | 135.11K | -- | -- | |
ZTS | ERC-20 | 13.2K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
MST | ERC-20 | 188 | -- | -- | |
PNT | ERC-20 | 3 | -- | -- | |
3DB | ERC-20 | 1 | -- | -- | |
HPC | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14805159 | 3 years ago | | | 0 | 0.00070798991 | |
| 12141902 | 4 years ago | | | 0 | 0.0090000000 | |
| 11436413 | 4 years ago | | | 0 | 0.00064991006 | |
| 11430399 | 4 years ago | | | 0 | 0.0017985021 | |
| 11385856 | 4 years ago | | | 0 | 0.0043145460 | |
| 11192198 | 4 years ago | | | 0 | 0.0014199580 | |
| 11192193 | 4 years ago | | | 0 | 0.0032484941 | |
| 10846316 | 4 years ago | | | 0 | 0.0061627580 | |
| 10828300 | 4 years ago | | | 0 | 0.0042488580 | |
| 10794341 | 4 years ago | | | 0 | 0.016238810 |
ABI
ABI objects
Getter at block 21256092
TIMETHRESHOLD() view returns (uint256)
7200
canSetTransferable() view returns (bool)
true
decimals() view returns (uint8)
18
deployBlockNumber() view returns (uint256)
5216125
durationOfLock() view returns (uint256)
7200
ifoodCommunity() view returns (address)
0x0d72e931932356fccf8cff3f83390e24be72771d
ifoodDev() view returns (address)
0x4e471f031d03e5856125993dc3d59520229141ce
mintingFinished() view returns (bool)
false
name() view returns (string)
Ifoods Token
symbol() view returns (string)
IFOOD
totalSupply() view returns (uint256)
10000000000000000000000000000
totalSupplyCap() view returns (uint256)
10000000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getLockTokens(address _owner) view returns (uint256 value, uint256 blockNumber)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveMintTokens(address _owner, uint256 _amount) returns (bool)
disableSetTransferable()
finishMinting() returns (bool)
mintTokens(address _owner) returns (bool)
setDurationOfLock(uint256 _durationOfLock)
setTransferable(bool _transferable)
setifoodCommunityAddress(address _ifoodCommunity)
setifoodDevAddress(address _ifoodDev)
transfer(address _to, uint256 _value) returns (bool)
transferForMultiAddresses(address[] _addresses, uint256[] _amounts) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
withdrawMintTokens(address _owner, uint256 _amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ApproveMintTokens(address indexed _owner, uint256 _amount)
BurnTokens(address indexed _owner, uint256 _amount)
DisableSetTransferable(address indexed _address, bool _canSetTransferable)
MintFinished(address indexed _caller)
MintTokens(address indexed _owner, uint256 _amount)
SetDurationOfLock(address indexed _caller)
SetTransferable(address indexed _address, bool _transferable)
SetifoodCommunityAddress(address indexed _old, address indexed _new)
SetifoodDevAddress(address indexed _old, address indexed _new)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawMintTokens(address indexed _owner, uint256 _amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.