Fusion Token
Verified contract
Active on
Ethereum with 80,003 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 |
---|---|---|---|---|---|
ERC-20 | 888.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
ERC-20 | 7.777777M | -- | -- | ||
FSN | ERC-20 | 44.551179K | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- | |
ERC-20 | 20K | -- | -- | ||
WHACKD | ERC-20 | 10.774941K | -- | -- | |
ERC-20 | 8.889K | -- | -- | ||
C4Y | ERC-20 | 3.7K | -- | -- | |
MOAT | ERC-20 | 317 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185491 | 8 days ago | | | 0 | 0.0016628621 | |
| 21166620 | 11 days ago | | | 0 | 0.0017450357 | |
| 20858681 | 2 months ago | | | 0 | 0.00045306462 | |
| 20750543 | 2 months ago | | | 0 | 0.00022815746 | |
| 20625810 | 3 months ago | | | 0 | 0.000091157131 | |
| 20452988 | 4 months ago | | | 0 | 0.000047495000 | |
| 20452832 | 4 months ago | | | 0 | 0.000044523000 | |
| 20408748 | 4 months ago | | | 0 | 0.000095423045 | |
| 20408522 | 4 months ago | | | 0 | 0.000047495000 | |
| 20170535 | 5 months ago | | | 0 | 0.00033246500 |
ABI
ABI objects
Getter at block 21244229
decimals() view returns (uint8)
18
name() view returns (string)
Fusion Token
symbol() view returns (string)
FSN
totalSupply() view returns (uint256)
57344000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _initialSupply, string _tokenName, string _tokenSymbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.