ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 3,756 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x8de8…45b1
0xa909…4b68
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x37e4…8215 | ERC-1555 | 1 | -- | -- | |
0x5060…f546 | ERC-1555 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- | |
F8CLUB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20572280 | 3 months ago | | | 0 | 0.00023819685 | |
| 20572273 | 3 months ago | | | 0 | 0.00022564471 | |
| 20535923 | 3 months ago | | | 0 | 0.0081513767 | |
| 20421037 | 3 months ago | | | 0 | 0.0022934418 | |
| 20421026 | 3 months ago | | | 0 | 0.0077143960 | |
| 20401434 | 3 months ago | | | 0 | 0.00012645702 | |
| 20234290 | 4 months ago | | | 0 | 0.0025899512 | |
| 20234007 | 4 months ago | | | 0 | 0.0027215994 | |
| 20227882 | 4 months ago | | | 0 | 0.0034668609 | |
| 20004448 | 5 months ago | | | 0 | 0.00086821806 |
ABI
ABI objects
Getter at block 21157462
BONUS_CURRENCY_RATE() view returns (uint256)
8000000000000000000000
BONUS_TIME_DELAY() view returns (uint256)
691200
DAILY_CURRENCY_RATE() view returns (uint256)
8000000000000000000000
owner() view returns (address)
0xe754be98baa42e2d1f03db6284f82eddbc4b350f
paused() view returns (bool)
false
Read-only
_stakedTokens(address, uint256) view returns (uint256)
_stakedTokensCount(address) view returns (uint256)
_stakedTokensIndex(uint256) view returns (uint256)
balance(uint256[] tokenIds) view returns (uint256)
balanceOf(address owner) view returns (uint256)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
staked(uint256) view returns (uint256 tokenId, uint80 lastClaimTimestamp, address owner)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
State-modifying
Events addManyToHolder(address account, uint256[] tokenIds)
balanceClaimMany(uint256[] tokenIds)
claimManyFromHolder(uint256[] tokenIds)
initialize(address _token, address _currency)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BalanceClaimed(uint256 tokenId, uint256 owed)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenClaimed(uint256 tokenId, uint256 owed)
TokenStaked(address owner, uint256 tokenId, uint256 value)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.