Staking
Verified contract
Active on
Ethereum with 2,563 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7746…c872
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- | |
LOA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20098227 | 5 months ago | | | 0 | 0.00074191586 | |
| 19786203 | 7 months ago | | | 0 | 0.0016588168 | |
| 19407095 | 9 months ago | | | 0 | 0.0015253450 | |
| 18868959 | a year ago | | | 0 | 0.00093824000 | |
| 18762073 | a year ago | | | 0 | 0.0048579186 | |
| 18244409 | a year ago | | | 0 | 0.00074011690 | |
| 18177047 | a year ago | | | 0 | 0.00082801144 | |
| 17775219 | a year ago | | | 0 | 0.00094681609 | |
| 17503234 | a year ago | | | 0 | 0.00099801981 | |
| 17503232 | a year ago | | | 0 | 0.00095181704 |
ABI
ABI objects
Getter at block 21296938
owner() view returns (address)
0x54a7989932941172286870171a3861ebdca7ec13
Read-only
getStakeOwner(uint256 _id) view returns (address)
getStakeTime(uint256 _id) view returns (uint256)
getStakesByOwner(address _owner) view returns (uint256[])
onERC721Received(address operator, address from, uint256 tokenId, bytes data) pure returns (bytes4)
stakes(uint256) view returns (uint256 tokenId, address owner, uint256 startTime)
stakesByOwner(address, uint256) view returns (uint256)
State-modifying
Events emergencyUnstake(uint256 _id)
stake(uint256 _id)
stakeMany(uint256[] _wallet)
unstake(uint256 _id)
unstakeMany(uint256[] _wallet)
stakeAdded(uint256 _id)
stakeRemoved(uint256 _id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.