Block
Verified contract
Proxy
Active on
Ethereum with 33,918 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 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOCK | ERC-20 | 21.01922K | -- | -- | |
QD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177783 | 10 days ago | | | 0 | 0.00061707016 | |
| 21146934 | 14 days ago | | | 0 | 0.00093487109 | |
| 20987180 | a month ago | | | 0 | 0.0013398486 | |
| 20986550 | a month ago | | | 0 | 0.00076193223 | |
| 20985829 | a month ago | | | 0 | 0.00091679494 | |
| 20839027 | 2 months ago | | | 0 | 0.00038770053 | |
| 20803663 | 2 months ago | | | 0 | 0.00032769849 | |
| 20761141 | 2 months ago | | | 0 | 0.000056628722 | |
| 20709402 | 2 months ago | | | 0 | 0.000082477500 | |
| 20591297 | 3 months ago | | | 0 | 0.000071480500 |
ABI
ABI objects
Getter at block 21246964
BURN_ROLE() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
MINT_ROLE() view returns (uint256)
1
decimals() view returns (uint8)
18
name() view returns (string)
Block
oracleAddress() view returns (address)
0xfc95d6f09139e8b587a4de9bbb066dc3e3ae29fc
owner() view returns (address)
0x72847c8bdc54b338e787352bcec33ba90cd7afe0
symbol() view returns (string)
BLOCK
totalSupply() view returns (uint256)
51281871261534350558775726
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
delegates(address) view returns (uint256)
hasRoles(address delegate, uint256 roles) view returns (bool)
latestClaims(address) 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
approve(address spender, uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
claim(address to, uint256 amount, uint256 withholdAmount, uint256 startBlockNumber, uint256 endBlockNumber, uint256 expTimestamp, bytes signature)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _oracleAddress)
mint(address to, uint256 amount)
renounceOwnership()
replaceDelegate(address oldDelegate, address newDelegate)
setOracleAddress(address _oracleAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDelegate(address delegate, uint256 roles)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimWithhold(address indexed from, uint256 value)
DelegateUpdated(address indexed delegate, uint256 indexed roles)
Deposit(address indexed from, 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.