StakeDaoNFTPalace
Verified contract
Active on
Ethereum with 6,620 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6dd2…8ea2
Balances ($479.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDT | ERC-20 | 1.571682K | $0.305276 |
$479.8 | |
xSDT | ERC-20 | 487.006034K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237814 | 7 days ago | | | 0 | 0.0021166123 | |
| 21152574 | 19 days ago | | | 0 | 0.00030261573 | |
| 21152574 | 19 days ago | | | 0 | 0.00078814022 | |
| 20661591 | 3 months ago | | | 0 | 0.00032108917 | |
| 20642677 | 3 months ago | | | 0 | 0.00041502170 | |
| 20304283 | 4 months ago | | | 0 | 0.00039633753 | |
| 19995857 | 6 months ago | | | 0 | 0.00048103030 | |
| 19856365 | 7 months ago | | | 0 | 0.00034208860 | |
| 19757381 | 7 months ago | | | 0 | 0.00054369542 | |
| 19730925 | 7 months ago | | | 0 | 0.0010227312 |
ABI
ABI objects
Getter at block 21287745
isOwner() view returns (bool)
false
nft() view returns (address)
0x6dd2236b1e089762cc264c85eebcff195ae38ea2
owner() view returns (address)
0xb36a0671b3d49587236d7833b01e79798175875f
totalSupply() view returns (uint256)
487006034293986054000979
xsdt() view returns (address)
0xac14864ce5a98af3248ffbf549441b04421247d3
Read-only
balanceOf(address account) view returns (uint256)
cards(uint256) view returns (uint256)
earned(address account) view returns (uint256)
lastUpdateTime(address) view returns (uint256)
points(address) view returns (uint256)
State-modifying
Events addCard(uint256 cardId, uint256 amount)
exit()
redeem(uint256 card)
renounceOwnership()
setNFT(address _nftAddress)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
CardAdded(uint256 card, uint256 points)
NFTSet(address indexed newNFT)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address indexed user, uint256 id)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _nftAddress, address _xsdt)
This contract contains no fallback and receive objects.
This contract contains no error objects.