TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,450 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xba66…ce87 | ERC-1555 | 835 | -- | -- | |
0xba66…ce87 | ERC-1555 | 567 | -- | -- | |
0xba66…ce87 | ERC-1555 | 511 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269321 | 4 days ago | | | 0.0000092670998 | 0.0021475557 | |
| 21257492 | 6 days ago | | | 0 | 0.013814127 | |
| 21190144 | 15 days ago | | | 0.000006667069 | 0.0057366460 | |
| 21138451 | 23 days ago | | | 0.0000059497262 | 0.0059872315 | |
| 21128542 | 24 days ago | | | 0.0000088563881 | 0.0073773397 | |
| 21119038 | 25 days ago | | | 0.0000058453477 | 0.0010957285 | |
| 21115205 | a month ago | | | 0.000026834085 | 0.0023033148 | |
| 21115191 | a month ago | | | 0.000026989746 | 0.0017711246 | |
| 21105420 | a month ago | | | 0.000014207201 | 0.0012209673 | |
| 21086574 | a month ago | | | 0.000011446436 | 0.00027294685 |
ABI
ABI objects
Getter at block 21300593
owner() view returns (address)
0xd94e880075afa8395fd61bf47595c878a84e8add
Read-only
getUserStakedAt(address _user, address _tokenAddress, uint256 _tokenId) view returns (uint256)
getUserStakedBalance(address _user, address _tokenAddress, uint256 _tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenWhitelisted(address, uint256) view returns (bool)
unlockProvider(address, uint256) view returns (address)
userStaked(address, address, uint256) view returns (uint256 amount, uint256 lockedAt)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setUnstakeProvider(address _tokenAddress, uint256[] _tokenIds, address _provider)
stakeManyNonFungible(address[] _tokenAddresses, uint256[] _tokenIds, uint256 _relayerFee) payable
stakeManySemiFungible(address[] _tokenAddresses, uint256[] _tokenIds, uint256[] _amounts, uint256 _relayerFee) payable
stakeNonFungible(address _tokenAddress, uint256 _tokenId, uint256 _relayerFee) payable
stakeSemiFungible(address _tokenAddress, uint256 _tokenId, uint256 _amount, uint256 _relayerFee) payable
transferOwnership(address newOwner)
unstake(address _tokenAddress, uint256 _tokenId, uint256 _amount, uint256 _relayerFee) payable
unstakeMany(address[] _tokenAddresses, uint256[] _tokenIds, uint256[] _amounts, uint256 _relayerFee) payable
whitelistTokens(address _tokenAddress, uint256[] _tokenIds, bool isWhitelisted)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenStaked(address tokenAddress, uint256 tokenId, uint256 amount, address user)
TokenUnstaked(address tokenAddress, uint256 tokenId, uint256 amount, address user)
TokensWhitelisted(address tokenAddress, uint256[] tokenIds)
UnstakeProviderSet(address tokenAddress, uint256[] tokenIds, address provider)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.