Fideum
Verified contract
Active on
Ethereum with 30,823 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($549.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FI | ERC-20 | 66.13972K | $0.007017 |
$464.12 | |
SHIB | ERC-20 | 2.831147M | $0.000027 |
$76.64 | |
BBANK | ERC-20 | 87.860377K | $0.000097 |
$8.53 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167814 | an hour ago | | | 0 | 0.0017982195 | |
| 21167801 | an hour ago | | | 0 | 0.0011398695 | |
| 21167798 | an hour ago | | | 0 | 0.0020643638 | |
| 21167791 | an hour ago | | | 0 | 0.0016765079 | |
| 21167782 | an hour ago | | | 0 | 0.0018981311 | |
| 21167755 | an hour ago | | | 0 | 0.0023462551 | |
| 21167720 | an hour ago | | | 0 | 0.0015768387 | |
| 21167634 | 2 hours ago | | | 0 | 0.0021018104 | |
| 21167611 | 2 hours ago | | | 0 | 0.0017882642 | |
| 21167531 | 2 hours ago | | | 0 | 0.0020467359 |
ABI
ABI objects
Getter at block 21168132
decimals() view returns (uint8)
18
name() view returns (string)
Fideum
owner() view returns (address)
0x2deba735e0b089e134e29eaa4bc908ecc6dda6b2
paused() view returns (bool)
false
symbol() view returns (string)
FI
totalSupply() view returns (uint256)
12000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isAccountFrozen(address account) view returns (bool)
isBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blacklist(address account)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
freezeAccount(address account)
mint(address to, uint256 amount)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblacklist(address account)
unfreezeAccount(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)