CoinFarmOnline Coin
Verified contract
Active on
Ethereum with 26,051 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 |
---|---|---|---|---|---|
CFO | ERC-20 | 5.2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408300 | 4 months ago | | | 0 | 0.000032749000 | |
| 11036721 | 4 years ago | | | 0 | 0.00090447000 | |
| 10134206 | 4 years ago | | | 0 | 0.00051024600 | |
| 10121857 | 5 years ago | | | 0 | 0.00036379500 | |
| 10119063 | 5 years ago | | | 0 | 0.00031791153 | |
| 10118916 | 5 years ago | | | 0 | 0.00032159103 | |
| 10118916 | 5 years ago | | | 0 | 0.00032968600 | |
| 10118916 | 5 years ago | | | 0 | 0.00032968600 | |
| 10118870 | 5 years ago | | | 0 | 0.00032159103 | |
| 10118870 | 5 years ago | | | 0 | 0.00032159103 |
ABI
ABI objects
Getter at block 21256845 getAdmin() view returns (address) getOwner() view returns (address) getVault() view returns (address)
decimals() view returns (uint8)
9
getOneCfoCoin() view returns (uint256)
1000000000
name() view returns (string)
CoinFarmOnline Coin
reserve() view returns (uint256 _reserve)
0
symbol() view returns (string)
CFO
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
reserveOf(address _address) view returns (uint256 _reserve)
reserves(address) view returns (uint256)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
recall(address _from, uint256 _amount)
renounceMinter()
setAdmin(address _newAdmin)
setOwner(address _newOwner)
setReserve(address _address, uint256 _reserve)
setVault(address _newVault)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
AdminChanged(address indexed previousAdmin, address indexed newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
MsgAndValue(string message, bytes32 value)
OwnerChanged(address indexed previousOwner, address indexed newOwner)
Recalled(address indexed from, uint256 amount)
ReserveChanged(address indexed _address, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
VaultChanged(address indexed previousVault, address indexed newVault)
constructor(string _symbol, string _name, address _owner, address _admin, address _vault)
This contract contains no fallback and receive objects.
This contract contains no error objects.