TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,901 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x2a47…7a1e
-
variable spans 47 additional slots
0x2a47…7a1e
0xb5c6…79e7
0x4ac2…622b
0x8ba8…71ca
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- | |
ANCIENT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187428 | 34 minutes ago | | | 0 | 0.0047151319 | |
| 21185581 | 7 hours ago | | | 0 | 0.0042998660 | |
| 21184698 | 10 hours ago | | | 0 | 0.0063201382 | |
| 21184255 | 11 hours ago | | | 0 | 0.0043117028 | |
| 21179051 | a day ago | | | 0 | 0.0051031024 | |
| 21178270 | a day ago | | | 0 | 0.0050221296 | |
| 21177802 | a day ago | | | 0 | 0.0022181841 | |
| 21177574 | a day ago | | | 0 | 0.0026020501 | |
| 21176293 | 2 days ago | | | 0 | 0.0035723596 | |
| 21175365 | 2 days ago | | | 0 | 0.0041923314 |
ABI
ABI objects
Getter at block 21187597
ancientSeed() view returns (address)
0x2a478d7b790346c7c4f19c223d368d1cf41c7a1e
domainSeparator() view returns (bytes32)
0x73791afb5119b47f45efb723488644f00fdd7034ebec2feba2478945134b77a7
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=THE-GARDEN-STAKING, version=0.1.0, chainId=1, verifyingContract=0x21d956eaecce336b714150b8cc8ce36905306bda, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
mythicSeed() view returns (address)
0xb5c6892d1a25b5a556951457ba308d31d2ba79e7
owner() view returns (address)
0xe0df109467001715658df05c95b10438e96b3616
paused() view returns (bool)
false
signer() view returns (address)
0x6a1564e5a692f425917ec9177d2b440b9148771b
stakedAncientSeed() view returns (address)
0x8ba877f49acc2791223e33473812b538929671ca
stakedMythicSeed() view returns (address)
0xc71654806ba08f13be42439e5af292f831eb6677
stakedSynergySeed() view returns (address)
0x5f23dfa03ea5dc68e91d1f6b05c145fc3afb0d76
synergySeed() view returns (address)
0x4ac2acec05ed1e7be74a31b2803347297b21622b
token() view returns (address)
0x2a478d7b790346c7c4f19c223d368d1cf41c7a1e
Read-only
lockDurations(uint256) view returns (uint256)
tokenOwners(uint256) view returns (address)
tokenUnlockTimestamps(uint256) view returns (uint256)
withdrawNonces(address) view returns (uint256)
State-modifying
Events initialize(address tokenAddress_)
initializeV2(address signer_, address ancientSeedAddress_, address mythicSeedAddress_, address synergySeedAddress_, address stakedAncientSeedAddress_, address stakedMythicSeedAddress_, address stakedSynergySeedAddress_)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
pause()
renounceOwnership()
setLockDurations(uint256[] ids_, uint256[] durations_)
setSigner(address signer_)
stake(uint256[] ancientSeedIds, uint256[] mythicSeedIds, uint256[] synergySeedIds)
transferOwnership(address newOwner)
unpause()
withdraw(struct StakingUpgradableV2WithdrawRequest request_, bytes signature_)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
EIP712DomainChanged()
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StakeSeed(address indexed account, uint256 tokenId, uint8 seedType, uint256 stakeTimestamp)
TokenStaked(address indexed account, uint256 id, uint256 stakeTimestamp, uint256 unlockTimestamp)
TokenWithdrawn(address indexed account, uint256 id)
Unpaused(address account)
WithdrawSeed(address indexed account, uint256 tokenId, uint8 seedType)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()