Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($164.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 100 | $0.999963 |
$100 | |
ZUM | ERC-20 | 13.77M | $0.000005 |
$64.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119761 | 6 days ago | | | 0 | 0.000098744400 | |
| 21018710 | 20 days ago | | | 0 | 0.00015291161 | |
| 20897475 | a month ago | | | 0 | 0.00016105480 | |
| 20829136 | 2 months ago | | | 0 | 0.0012970147 | |
| 20829132 | 2 months ago | | | 0 | 0.0014018304 | |
| 20829126 | 2 months ago | | | 0 | 0.0012607519 | |
| 20826707 | 2 months ago | | | 0 | 0.00090479372 | |
| 20720591 | 2 months ago | | | 0 | 0.00064420828 | |
| 20631426 | 2 months ago | | | 0 | 0.000062345805 | |
| 20576725 | 3 months ago | | | 0 | 0.000058809181 |
ABI
ABI objects
Getter at block 21159800
debasePolicy() view returns (address)
0x989edd2e87b1706ab25b2e8d9d9480de3cc383ed
decimals() view returns (uint8)
18
name() view returns (string)
Debase
symbol() view returns (string)
DEBASE
totalSupply() view returns (uint256)
32165906374135436205021361
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address debaseDaiPool, uint256 debaseDaiTotalRatio_, address debaseDaiLpPool, uint256 debaseDaiLpTotalRatio_, address airDropper, uint256 airDropperTotalRatio_, address debasePolicy_, uint256 debasePolicyTotalRatio_)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch_, uint256 totalSupply_)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.