Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Fider"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11824578 | 4 years ago | | | 0 | 0.0068956230 | |
| 8849673 | 5 years ago | | | 0 | 0.0010015060 | |
| 8849673 | 5 years ago | | | 0 | 0.0010184460 | |
| 8849623 | 5 years ago | | | 0 | 0.0010029140 | |
| 8849623 | 5 years ago | | | 0 | 0.0010198540 | |
| 8849565 | 5 years ago | | | 0 | 0.0010029140 | |
| 8849565 | 5 years ago | | | 0 | 0.0010198540 | |
| 7714991 | 6 years ago | | | 0 | 0.0010029140 | |
| 7714989 | 6 years ago | | | 0 | 0.0010198540 | |
| 7714976 | 6 years ago | | | 0 | 0.00021546400 |
ABI
ABI objects
Getter at block 21165947
cap() view returns (uint256)
40353607000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Fider
paused() view returns (bool)
false
symbol() view returns (string)
FDR
totalSupply() view returns (uint256)
3012000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isAdmin(address account) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isRecipient(address account) view returns (bool)
isSpender(address account) view returns (bool)
State-modifying
Events addAdmin(address account)
addMinter(address account)
addPauser(address account)
addRecipient(address account)
addSpender(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
pause()
reclaimERC20Token(address _token)
reclaimEther()
removeAdmin(address account)
removeMinter(address account)
removePauser(address account)
removeRecipient(address account)
removeSpender(address account)
renounceAdmin()
renounceMinter()
renouncePauser()
renounceRecipient()
renounceSpender()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferRoot(address _newRoot)
unpause()
AdminAdded(address indexed account)
AdminRemoved(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
RecipientAdded(address indexed account)
RecipientRemoved(address indexed account)
SpenderAdded(address indexed account)
SpenderRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 cap)
fallback()
This contract contains no error objects.