FoodCoin EcoSystem
Verified contract
Active on
Ethereum with 1,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KCN | ERC-20 | 1K | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14438444 | 3 years ago | | | 0 | 0.0013537167 | |
| 8002296 | 5 years ago | | | 0 | 0.00029097600 | |
| 6680691 | 6 years ago | | | 0 | 0.000048240000 | |
| 6196044 | 6 years ago | | | 0 | 0.0014472000 | |
| 6196003 | 6 years ago | | | 0 | 0.0014400000 | |
| 6171599 | 6 years ago | | | 0 | 0.00098629600 | |
| 6171563 | 6 years ago | | | 0 | 0.00098629600 | |
| 6171519 | 6 years ago | | | 0 | 0.00024056000 | |
| 6094085 | 6 years ago | | | 0 | 0.0014472000 | |
| 6053093 | 6 years ago | | | 0 | 0.00036276000 |
ABI
ABI objects
Getter at block 21250015
balancesQuantity() view returns (uint256)
1000
decimals() view returns (uint256)
8
description() view returns (string)
emissionOn() view returns (bool)
true
managerCountInt() view returns (uint256)
8
name() view returns (string)
FoodCoin EcoSystem
ownerCountInt() view returns (uint256)
2
specialManagerCountInt() view returns (uint256)
4
symbol() view returns (string)
FOOD
tokenCreationCap() view returns (uint256)
0
totalSupply() view returns (uint256)
33104503290225518
transactionsOn() view returns (bool)
false
Read-only
allowance(address _owner, address _initiator) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256)
balancesAddressDescription(address) view returns (string)
balancesListAddressMap(uint256) view returns (address)
balancesListNumberMap(address) view returns (uint256)
managerAddressMap(address) view returns (bool)
managerAddressNumberMap(address) view returns (uint256)
managerListMap(uint256) view returns (address)
ownerAddressMap(address) view returns (bool)
ownerAddressNumberMap(address) view returns (uint256)
ownerListMap(uint256) view returns (address)
specialManagerAddressMap(address) view returns (bool)
specialManagerAddressNumberMap(address) view returns (uint256)
specialManagerListMap(uint256) view returns (address)
State-modifying
Events approve(address _initiator, uint256 _value) returns (bool success)
balancesAddressDescriptionUpdate(string _newDescription) returns (bool returnVal)
descriptionUpdate(string _newVal)
emissionStatusUpdate(bool _on)
managerOff(address _offManagerAddress) returns (bool retrnVal)
managerOn(address _onManagerAddress) returns (bool retrnVal)
ownerOff(address _offOwnerAddress) returns (bool retrnVal)
ownerOn(address _onOwnerAddress) returns (bool retrnVal)
specialManagerOff(address _offSpecialManagerAddress) returns (bool retrnVal)
specialManagerOn(address _onSpecialManagerAddress) returns (bool retrnVal)
tokenCreationCapUpdate(uint256 _newVal)
tokenEmission(address _reciever, uint256 _amount) returns (bool returnVal)
transactionsStatusUpdate(bool _on)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
withdraw(address _to, uint256 _amount) returns (bool returnVal, uint256 withdrawValue, uint256 newBalancesValue)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
ContractManagementUpdate(string _type, address _initiator, address _to, bool _newvalue)
DescriptionPublished(string _description, address _initiator)
TokenEmissionEvent(address initiatorAddress, uint256 amount, bool emissionOk)
Transfer(address _from, address _to, uint256 _value, address _initiator)
WithdrawEvent(address initiatorAddress, address toAddress, bool withdrawOk, uint256 withdrawValue, uint256 newBalancesValue)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.