QUSD Stablecoin
Verified contract
Proxy
Active on
Ethereum with 1,337 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 15 additional slots
Balances ($0.00)
No balances found for "QUSD Stablecoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20870987 | a month ago | | | 0 | 0.00074597158 | |
| 20861466 | a month ago | | | 0 | 0.00019050554 | |
| 20861466 | a month ago | | | 0 | 0.00019138546 | |
| 20496753 | 3 months ago | | | 0 | 0.000045178663 | |
| 20236017 | 4 months ago | | | 0 | 0.00021671667 | |
| 20144909 | 4 months ago | | | 0 | 0.00013295533 | |
| 20144903 | 4 months ago | | | 0 | 0.00013446151 | |
| 19930326 | 5 months ago | | | 0 | 0.00013754974 | |
| 19930321 | 5 months ago | | | 0 | 0.00014755059 | |
| 19930252 | 5 months ago | | | 0 | 0.00015288227 |
ABI
ABI objects
Getter at block 21123287
decimals() view returns (uint8)
18
name() view returns (string)
QUSD Stablecoin
owner() view returns (address)
0x5e60fcca904753a31f9df7d7f6b7856b6ec27aa9
symbol() view returns (string)
QUSD
totalSupply() view returns (uint256)
200605925200000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol, uint8 decimals, address owner)
mint(address account, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _owner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.