Fidu
Verified contract
Proxy
Active on
Ethereum with 6,269 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0xaa42…fda1
Balances ($788.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FIDU | ERC-20 | 1.05261K | $0.526865 |
$554.58 | |
GFI | ERC-20 | 133.164715 | $1.76 |
$234.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272003 | 12 hours ago | | | 0 | 0.00054651316 | |
| 21266361 | a day ago | | | 0 | 0.00093049140 | |
| 21260120 | 2 days ago | | | 0 | 0.00044737058 | |
| 21259357 | 2 days ago | | | 0 | 0.00048999719 | |
| 21257055 | 3 days ago | | | 0 | 0.00041075593 | |
| 21252175 | 3 days ago | | | 0 | 0.00082274875 | |
| 21245832 | 4 days ago | | | 0 | 0.00090014686 | |
| 21226984 | 7 days ago | | | 0 | 0.00045998210 | |
| 21206020 | 10 days ago | | | 0 | 0.00049271786 | |
| 21205155 | 10 days ago | | | 0 | 0.00055711503 |
ABI
ABI objects
Getter at block 21275709
owner() view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
ASSET_LIABILITY_MATCH_THRESHOLD() view returns (uint256)
1000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
config() view returns (address)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
decimals() view returns (uint8)
18
name() view returns (string)
Fidu
paused() view returns (bool)
false
symbol() view returns (string)
FIDU
totalSupply() view returns (uint256)
47459064045257734287853177
Read-only
supportsInterface(bytes4 id) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events changeImplementation(address newImplementation, bytes data)
transferOwnership(address newOwner)
__initialize__(address owner, string name, string symbol, address _config)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol)
mint(address to, uint256 amount)
mintTo(address to, uint256 amount)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateGoldfinchConfig()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address implementationAddress, bytes data, address ownerAddress)
fallback()
receive()
This contract contains no error objects.