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 "Farm Chain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7245777 | 6 years ago | | | 0 | 0.00057004500 | |
| 6836972 | 6 years ago | | | 0 | 0.00053003000 | |
| 6836770 | 6 years ago | | | 0 | 0.00037939000 | |
| 6836730 | 6 years ago | | | 0 | 0.00052875000 | |
| 6836591 | 6 years ago | | | 0 | 0.00052939000 | |
| 6507000 | 6 years ago | | | 0 | 0.0015056940 | |
| 6506993 | 6 years ago | | | 0 | 0.0021000000 | |
| 6506981 | 6 years ago | | | 0 | 0.0021000000 | |
| 6506972 | 6 years ago | | | 0 | 0.00052726800 | |
| 6506965 | 6 years ago | | | 0 | 0.0021000000 |
ABI
ABI objects
Getter at block 21332054
burnAddress() view returns (address)
0xbe6d8c604ec28e3d468c82e0af6c2b38195e06ce
decimals() view returns (uint8)
8
isRunning() view returns (bool)
true
name() view returns (string)
Farm Chain
owner() view returns (address)
0xb4942683f1263b9d438106138631a38bd31396bb
symbol() view returns (string)
FAC
totalSupply() view returns (uint256)
100000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isFrezze(address) view returns (bool)
isOwner(address) view returns (bool)
ownerables(uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _amount)
deletOwners(address[] _todel)
freeze(address _option)
setBurnAddress(address _toBurn) returns (bool success)
setOwners(address[] _admin)
startContract()
stopContract()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unFreeze(address _option)
Approval(address indexed _from, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _amount)
Freeze(address indexed _who, address indexed _option)
Transfer(address indexed _from, address indexed _to, uint256 value)
UnFrezze(address indexed _who, address indexed _option)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.