First Digital USD
Verified contract
Proxy
Active on
Ethereum with 15,886 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 44 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($159.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEME | ERC-20 | 10.1K | $0.014752 |
$148.99 | |
FDUSD | ERC-20 | 10 | $1.00 |
$10 | |
INUINU | ERC-20 | 999.999999M | $0.00 |
$1 | |
APU | ERC-20 | 1 | $0.000852 |
$0 | |
ZIK | ERC-20 | 1.00001 | $0.00017 |
$0 | |
HQG | ERC-20 | 1.05 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268439 | 36 minutes ago | | | 0 | 0.00059153072 | |
| 21268306 | an hour ago | | | 0 | 0.00050740811 | |
| 21268049 | 2 hours ago | | | 0 | 0.00049448107 | |
| 21267987 | 2 hours ago | | | 0 | 0.00040221838 | |
| 21267968 | 2 hours ago | | | 0 | 0.00072006227 | |
| 21267762 | 3 hours ago | | | 0 | 0.00032665037 | |
| 21267743 | 3 hours ago | | | 0 | 0.00052819914 | |
| 21267657 | 3 hours ago | | | 0 | 0.00045372945 | |
| 21267606 | 3 hours ago | | | 0 | 0.00050441823 | |
| 21267460 | 4 hours ago | | | 0 | 0.00037320328 |
ABI
ABI objects
Getter at block 21268613
DOMAIN_SEPARATOR() view returns (bytes32)
0x7dd8288e66b7473451b62a359591fbaf51d65e59d6fe40f0d645e8380a4c0ebf
decimals() view returns (uint8)
18
name() view returns (string)
First Digital USD
owner() view returns (address)
0xfa771871d3d5c85e156d3d379e2ff7699c4d6a66
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FDUSD
totalSupply() view returns (uint256)
2094905815620000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
frozen(address) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
acceptOwnership()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freeze(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string _name, string _symbol)
mint(uint256 amount) returns (bool)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreeze(address account)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed caller, address indexed from, uint256 amount)
Freeze(address indexed caller, address indexed account)
Initialized(uint8 version)
Mint(address indexed caller, address indexed to, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed caller, address indexed account)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.