Fuse Token
Verified contract
Active on
Ethereum with 24,393 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c19…beb3
Balances ($34.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FUSE | ERC-20 | 1.090098K | $0.031926 |
$34.8 | |
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244202 | 7 hours ago | | | 0 | 0.00070457742 | |
| 21244154 | 7 hours ago | | | 0 | 0.00088337927 | |
| 21242112 | 14 hours ago | | | 0 | 0.00039743202 | |
| 21241663 | 16 hours ago | | | 0 | 0.00083611441 | |
| 21241606 | 16 hours ago | | | 0 | 0.00043685695 | |
| 21241318 | 17 hours ago | | | 0 | 0.00037961854 | |
| 21241283 | 17 hours ago | | | 0 | 0.00065727959 | |
| 21238412 | a day ago | | | 0 | 0.00096905603 | |
| 21238060 | a day ago | | | 0 | 0.0012371613 | |
| 21238017 | a day ago | | | 0 | 0.0012535783 |
ABI
ABI objects
Getter at block 21246371
bridgeContract() view returns (address)
0x3014ca10b91cb3d0ad85fef7a3cb95bcac9c0f79
decimals() view returns (uint8)
18
getTokenInterfacesVersion() pure returns (uint64 major, uint64 minor, uint64 patch)
(major=3, minor=0, patch=0)
isOwner() view returns (bool)
false
name() view returns (string)
Fuse Token
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
FUSE
totalSupply() view returns (uint256)
333196738333384042991573920
transferManager() view returns (address)
0x3c196b0ebeeb222ae79c4b5aa06406ddb9a8beb3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getTransferAndCallPreSignedHash(address _token, address _to, uint256 _value, bytes _data, uint256 _fee, uint256 _timestamp) pure returns (bytes32)
getTransferPreSignedHash(address _token, address _to, uint256 _value, uint256 _fee, uint256 _timestamp) pure returns (bytes32)
isMinter(address account) view returns (bool)
verifyTransfer(address _from, address _to, uint256 _value) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
claimTokens(address _token, address _to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
renounceOwnership()
setBridgeContract(address _bridgeContract)
setTransferManager(address _transferManager)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool)
transferAndCallPreSigned(bytes _signature, address _to, uint256 _value, bytes _data, uint256 _fee, uint256 _timestamp) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferPreSigned(bytes _signature, address _to, uint256 _value, uint256 _fee, uint256 _timestamp) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractFallbackCallFailed(address from, address to, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value, bytes data)
TransferAndCallPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, bytes data, uint256 fee)
TransferManagerSet(address transferManager)
TransferPreSigned(address indexed from, address indexed to, address indexed delegate, uint256 amount, uint256 fee)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.