FCO Token
Verified contract
Proxy
Active on
Ethereum with 99 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "FCO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20773154 | 2 months ago | | | 0 | 0.00047049630 | |
| 20757399 | 2 months ago | | | 0 | 0.00011446148 | |
| 20757396 | 2 months ago | | | 0 | 0.00017619606 | |
| 20757363 | 2 months ago | | | 0 | 0.000091112348 | |
| 20757363 | 2 months ago | | | 0 | 0.000091112348 | |
| 20757363 | 2 months ago | | | 0 | 0.000091112348 | |
| 20757363 | 2 months ago | | | 0 | 0.000091112348 | |
| 20757363 | 2 months ago | | | 0 | 0.000091112348 | |
| 20757363 | 2 months ago | | | 0 | 0.00014894762 | |
| 20745206 | 2 months ago | | | 0 | 0.00023920488 |
ABI
ABI objects
Getter at block 21223695 proxiableUUID() view returns (bytes32)
decimals() view returns (uint8)
18
name() view returns (string)
FCO Token
owner() view returns (address)
0xb3714479074b23f313f29e83c79451eb7c661069
symbol() view returns (string)
FCO
totalSupply() view returns (uint256)
1831111111000000000000000000
vesting() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address to, uint256 amount)
mintMany(address[] to, uint256[] amounts)
renounceOwnership()
setVesting(address _address)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()