Fidelium Token
Verified contract
Active on
Ethereum with 1,578 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 |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
OLE | ERC-20 | 10 | -- | -- | |
STT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20759050 | 2 months ago | | | 0 | 0.000031310100 | |
| 19104859 | 10 months ago | | | 0 | 0.00074634476 | |
| 16782423 | 2 years ago | | | 0 | 0.00093421800 | |
| 13286455 | 3 years ago | | | 0 | 0.0024278436 | |
| 12352569 | 4 years ago | | | 0 | 0.0032725480 | |
| 12352569 | 4 years ago | | | 0 | 0.00046833790 | |
| 11829307 | 4 years ago | | | 0 | 0.0080257520 | |
| 11425453 | 4 years ago | | | 0 | 0.00092205160 | |
| 10812089 | 4 years ago | | | 0 | 0.010555400 | |
| 10417670 | 4 years ago | | | 0 | 0.020770750 |
ABI
ABI objects
Getter at block 21281189
decimals() view returns (uint8)
18
name() view returns (string)
Fidelium Token
owner() view returns (address)
0x0096333a27d578dae601d6794e5045ad6f93481a
symbol() view returns (string)
FID
totalSupply() view returns (uint256)
191421673000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value)
transferOwnership(address newOwner)
ApprovedFunds(address target, bool approved)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.