ProtectedIsland
Verified contract
Active on
Ethereum with 712 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb8f0…5529
0x81d3…e304
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- | |
EGAME | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16809571 | 2 years ago | | | 0 | 0.013061427 | |
| 16304588 | 2 years ago | | | 0 | 0.0034298989 | |
| 16220307 | 2 years ago | | | 0 | 0.0027228955 | |
| 15766513 | 2 years ago | | | 0 | 0.0013416663 | |
| 15766445 | 2 years ago | | | 0 | 0.0013160532 | |
| 15766401 | 2 years ago | | | 0 | 0.0052906977 | |
| 15766365 | 2 years ago | | | 0 | 0.00066030000 | |
| 15766362 | 2 years ago | | | 0 | 0.00048773130 | |
| 15766357 | 2 years ago | | | 0 | 0.00049945282 | |
| 15766307 | 2 years ago | | | 0 | 0.00065214000 |
ABI
ABI objects
Getter at block 21314187
DAILY_EGG_RATE() view returns (uint256)
10000000000000000000000
EGG_CLAIM_TAX_PERCENTAGE() view returns (uint256)
20
MAXIMUM_GLOBAL_EGG() view returns (uint256)
2400000000000000000000000000
MAX_FERTILITY() view returns (uint8)
4
MINIMUM_TO_EXIT() view returns (uint256)
172800
eggClaimed() view returns (uint256)
762728145544264951251299499
eggPerFertility() view returns (uint256)
657078248422131074047219
lastClaimTimestamp() view returns (uint256)
1652056457
owner() view returns (address)
0x269b68fc83a90a83729047a9c925480152f70735
paused() view returns (bool)
true
rescueEnabled() view returns (bool)
true
totalEggEarned() view returns (uint256)
2430272871874999999999999665
totalFertilityStaked() view returns (uint256)
331
totalGoatStaked() view returns (uint256)
161
totalTortoiseStaked() view returns (uint256)
1420
unaccountedRewards() view returns (uint256)
0
Read-only
getStakedTokens(address _wallet) view returns (uint256[])
isTortoise(uint256 tokenId) view returns (bool Tortoise)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
pack(uint256, uint256) view returns (uint16 tokenId, uint80 value, address owner)
packIndices(uint256) view returns (uint256)
protectedIsland(uint256) view returns (uint16 tokenId, uint80 value, address owner)
randomGoatOwner(uint256 seed) view returns (address)
State-modifying
Events addManyToProtectedIslandAndPack(address account, uint16[] tokenIds)
claimManyFromProtectedIslandAndPack(uint16[] tokenIds, bool unstake)
renounceOwnership()
rescue(uint256[] tokenIds)
setMinimumTimeToExit(uint256 _minimumTimeToExit)
setPaused(bool _paused)
setRescueEnabled(bool _enabled)
transferOwnership(address newOwner)
GoatClaimed(uint256 tokenId, uint256 earned, uint256 expected, bool unstaked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenStaked(address owner, uint256 tokenId, uint256 value)
TortoiseClaimed(uint256 tokenId, uint256 earned, uint256 expected, bool unstaked)
Unpaused(address account)
constructor(address _goat, address _egg)
This contract contains no fallback and receive objects.
This contract contains no error objects.