XENStake
Verified contract
Proxy
Active on
Base with 5,596 txns
Unified storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21785131 | 3 hours ago | | | 0 | 0.000018812579 | |
| 21775757 | 8 hours ago | | | 0 | 0.000019268070 | |
| 21775751 | 8 hours ago | | | 0 | 0.000019269743 | |
| 21775744 | 8 hours ago | | | 0 | 0.000019271367 | |
| 21775737 | 8 hours ago | | | 0 | 0.000019273088 | |
| 21775723 | 8 hours ago | | | 0 | 0.000019274760 | |
| 21775716 | 8 hours ago | | | 0 | 0.000019276433 | |
| 21775707 | 8 hours ago | | | 0 | 0.000019278105 | |
| 21775692 | 8 hours ago | | | 0 | 0.000019279778 | |
| 21775684 | 8 hours ago | | | 0 | 0.000019281450 |
ABI
ABI objects
Getter at block 21790470
AUTHORS() view returns (string)
@MrJackLevin @lbelyaev faircrypto.org
BLACKOUT_TERM() view returns (uint256)
604800
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
ROYALTY_BP() view returns (uint256)
500
SECONDS_IN_DAY() view returns (uint256)
86400
name() view returns (string)
XEN Stake
ownedTokens() view returns (uint256[])
[]
owner() view returns (address)
0xc73fc08c931efe3fce850c09278472e8a81c2e05
symbol() view returns (string)
cbXENS
tokenIdCounter() view returns (uint256)
3325
xenCrypto() view returns (address)
0xffcbf84650ce02dafe96926b37a0ac5e34932fa5
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
stakeInfo(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addForwarder(address trustedForwarder)
approve(address operator, uint256 tokenId)
burn(address user, uint256 tokenId)
callStake(uint256 amount, uint256 term)
callTransfer(address to)
callWithdraw()
createStake(uint256 amount, uint256 term) returns (uint256 tokenId)
endStake(uint256 tokenId)
powerDown()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateStake(address indexed user, uint256 indexed tokenId, uint256 amount, uint256 term)
EndStake(address indexed user, uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address xenCrypto_, address forwarder_, address royaltyReceiver_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)