Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x8707…8723
Balances ($8,915.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 7.5K | $0.999753 |
$7,498.15 | |
PAPER | ERC-20 | 763.745475K | $0.001854 |
$1,416.17 | |
SOS | ERC-20 | 136.484095M | $0.00 |
$1.23 | |
WETH | ERC-20 | 0 | $3,200.30 |
$0 | |
DOPE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152958 | 15 hours ago | | | 0 | 0.00055470414 | |
| 21139966 | 2 days ago | | | 0 | 0.00055266842 | |
| 21139766 | 2 days ago | | | 0 | 0.00081624665 | |
| 21137271 | 3 days ago | | | 0 | 0.0010037441 | |
| 21136314 | 3 days ago | | | 0 | 0.00060632074 | |
| 21130405 | 4 days ago | | | 0 | 0.00065409692 | |
| 21127445 | 4 days ago | | | 0 | 0.0011760040 | |
| 21121335 | 5 days ago | | | 0 | 0.00017606759 | |
| 21119408 | 5 days ago | | | 0 | 0.00013290019 | |
| 21118552 | 5 days ago | | | 0 | 0.00021437453 |
ABI
ABI objects
Getter at block 21157508
DOMAIN_SEPARATOR() view returns (bytes32)
0xef5acc71f61d3aa6e4338dc7f33c8e386a5c068376f072bb0de32f09d9ac1ac5
decimals() view returns (uint8)
18
loot() view returns (address)
0x8707276df042e89669d69a177d3da7dc78bd8723
name() view returns (string)
Paper
owner() view returns (address)
0x0000000000000000000000000000000000000000
paperPerTokenId() view returns (uint256)
125000000000000000000000
symbol() view returns (string)
PAPER
timelock() view returns (address)
0xb57ab8767cae33be61ff15167134861865f7d22c
tokenIdEnd() view returns (uint256)
8000
tokenIdStart() view returns (uint256)
1
totalSupply() view returns (uint256)
1419125000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct ERC20VotesCheckpoint)
claimedByTokenId(uint256) view returns (bool)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 blockNumber) view returns (uint256)
getPastVotes(address account, uint256 blockNumber) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimAllForOwner()
claimById(uint256 tokenId)
claimRangeForOwner(uint256 ownerIndexStart, uint256 ownerIndexEnd)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.