FRENCH ICO COIN
Verified contract
Active on
Ethereum with 273 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 |
---|---|---|---|---|---|
FICO | ERC-20 | 136.4 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20557012 | 3 months ago | | | 0 | 0.000089792727 | |
| 20557012 | 3 months ago | | | 0 | 0.000089792727 | |
| 20557012 | 3 months ago | | | 0 | 0.000089792727 | |
| 20557012 | 3 months ago | | | 0 | 0.000089792727 | |
| 20557012 | 3 months ago | | | 0 | 0.000089792727 | |
| 20557012 | 3 months ago | | | 0 | 0.000089792727 | |
| 20557011 | 3 months ago | | | 0 | 0.000090658985 | |
| 20557011 | 3 months ago | | | 0 | 0.000090658985 | |
| 20557011 | 3 months ago | | | 0 | 0.000090658985 | |
| 20557011 | 3 months ago | | | 0 | 0.000090695566 |
ABI
ABI objects
Getter at block 21184593
decimals() view returns (uint8)
18
name() view returns (string)
FRENCH ICO COIN
symbol() view returns (string)
FICO
totalSupply() view returns (uint256)
723029047083677284648400
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
sendToGateway(address gatewayAddr, uint256 amount, string ref, string action, string arguments) returns (bool result)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
NewToken(address owner, string copyright, string name, string symbol)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.