EarlyBirds_Staking
Verified contract
Active on
Ethereum with 901 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x01a8…b810
0x8e9a…8e53
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- | |
EBG | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21042217 | a month ago | | | 0 | 0.00014548678 | |
| 21038279 | a month ago | | | 0 | 0.00089473386 | |
| 21035672 | a month ago | | | 0 | 0.0012686411 | |
| 20977053 | a month ago | | | 0 | 0.0011220034 | |
| 20953534 | a month ago | | | 0 | 0.00059874248 | |
| 20948255 | a month ago | | | 0 | 0.00027434797 | |
| 20948250 | a month ago | | | 0 | 0.0011332595 | |
| 20948243 | a month ago | | | 0 | 0.00073550574 | |
| 20918454 | 2 months ago | | | 0 | 0.0010836574 | |
| 20860151 | 2 months ago | | | 0 | 0.00021006522 |
ABI
ABI objects
Getter at block 21260111
EB_Contract() view returns (address)
0x01a8f00c64bbcbfe80087a14e9cc48001e8cb810
oldSC() view returns (address)
0x8e9a7f848eaf0dee5d89ba9d22f6eed56f778e53
owner() view returns (address)
0xc87408d57416efdcd53b0ee905c74fd45b61e4df
Read-only
balanceOf(address owner) view returns (uint256)
claimableWormsFor(uint256[] tokenIds) view returns (uint256)
claimableWormsForId(uint256 tokenId) view returns (uint256)
stakedTokens(uint256) view returns (uint256 stakeDate, address stakerAddress, uint256 tierId, uint256 collected, uint256 boost)
tiersDays(uint256) view returns (uint256)
tiersRate(uint256) view returns (uint256)
tokensDetails(uint256[] tokens) view returns (struct EarlyBirds_Stakingtoken[])
tokensHeldBy(address owner) view returns (uint256[])
tokensOwnedBy(address owner) view returns (uint256[])
tokensStakedBy(address owner) view returns (uint256[])
totalStakedBy(address owner) view returns (uint256)
State-modifying
Events changeBoosts(uint256[] tokenIds, uint256[] boosts)
changeBoostsBulk(uint256[] tokenIds, uint256 boost)
changeMainContract(address newContract)
changeStakersAddresses(uint256[] tokenIds, address[] newStakers)
changeStakingDetails(struct EarlyBirds_Stakingtoken[] tokensAdded, uint256[] tokenIds)
changeTierDays(uint256 tierId, uint256 newDaysCount)
changeTierRate(uint256 tierId, uint256 newRate)
clone(uint256 idFrom, uint256 count)
disableEditing()
renounceOwnership()
restake(uint256[] tokenIds, uint256 tierId)
stake(uint256[] tokenIds, uint256 tierId)
toggleTransfers()
transferOwnership(address newOwner)
transferOwnershipOfTokens(uint256[] tokenIds, address newOwner)
unstake(uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.