LordsAndCo
Verified contract
Active on
Ethereum with 13,640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa636…748a
0xfe8c…873f
0xeb57…2451
0xc350…a696
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- | |
VAULT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20137014 | 5 months ago | | | 0 | 0.0024429592 | |
| 17387393 | a year ago | | | 0 | 0.0096275811 | |
| 17386879 | a year ago | | | 0 | 0.0038281612 | |
| 17384851 | a year ago | | | 0 | 0.0046307961 | |
| 17382771 | a year ago | | | 0 | 0.0029741191 | |
| 17382727 | a year ago | | | 0 | 0.0030177491 | |
| 17381612 | a year ago | | | 0 | 0.0026982589 | |
| 17381222 | a year ago | | | 0 | 0.0042899131 | |
| 17375724 | a year ago | | | 0 | 0.0059291370 | |
| 17345321 | a year ago | | | 0 | 0.0062687043 |
ABI
ABI objects
Getter at block 21256611
DIVIDER() view returns (uint256)
10000
SECONDS_IN_DAY() view returns (uint256)
86400
baseYield() view returns (uint256)
500000000000000000000
creepz() view returns (address)
0xfe8c6d19365453d26af321d0e8c910428c23873f
creepzRestriction() view returns (bool)
true
getLoomiPot() view returns (uint256)
203460323399830480292384680
isPaused() view returns (bool)
false
loomi() view returns (address)
0xeb57bf569ad976974c1f861a5923a59f40222451
loomiVault() view returns (address)
0xa63673fd80e67aaeab5489c61760a490476a748a
owner() view returns (address)
0xa6b9abfac3cd3cf4a4bf92afc6408572683381ac
staking() view returns (address)
0xc3503192343eae4b435e4a1211c5d28bf6f6a696
Read-only
getAccumulatedAmount(address staker) view returns (uint256)
getCurrentReward(address staker) view returns (uint256)
getPriceChange(address user) view returns (uint256)
getStakerTokens(address staker) view returns (uint256[])
getStakerYield(address staker) view returns (uint256)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
ownerOf(uint256 tokenId) view returns (address)
State-modifying
Events claim(uint256 tokenId)
deposit(uint256[] tokenIds)
emergencyWithdraw(address tokenAddress, uint256[] tokenIds)
pause(bool _pause)
renounceOwnership()
transferOwnership(address newOwner)
updateBaseYield(uint256 _yield)
updateCreepzRestriction(bool _restrict)
withdraw(uint256[] tokenIds)
Claim(address indexed staker, uint256 tokensAmount)
Deposit(address indexed staker, uint256 tokensAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed staker, uint256 tokensAmount)
WithdrawStuckERC721(address indexed receiver, address indexed tokenAddress, uint256 indexed tokenId)
constructor(address _loomiVault, address _loomi, address _creepz, address _staking)
This contract contains no fallback and receive objects.
This contract contains no error objects.