ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1,040 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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19623996 | 7 months ago | | | 0 | 0.0012813993 | |
| 19623903 | 7 months ago | | | 0 | 0.0018405905 | |
| 19621382 | 7 months ago | | | 0 | 0.0012220024 | |
| 19620839 | 7 months ago | | | 0 | 0.0013162982 | |
| 19620716 | 7 months ago | | | 0 | 0.0012581961 | |
| 19620703 | 7 months ago | | | 0 | 0.0013556033 | |
| 19620702 | 7 months ago | | | 0 | 0.0013367430 | |
| 19620702 | 7 months ago | | | 0 | 0.0013382850 | |
| 19620693 | 7 months ago | | | 0 | 0.0016151588 | |
| 19620693 | 7 months ago | | | 0 | 0.0016180937 |
ABI
ABI objects
Getter at block 21225073 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
accessManager() view returns (address)
0xaf753cc76156ab0f2c9f316049cc3df267f78e1a
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=EeseeOffchain, version=1, chainId=1, verifyingContract=0x44a46edae0daa438058ee8519755a1394015f7f9, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
Read-only
getLotId(uint256 nonce) pure returns (bytes32)
isTrustedForwarder(address forwarder) view returns (bool)
lotClosed(bytes32) view returns (bool)
nonceUsed(uint256) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events buyTickets(bytes32 ID, struct Asset asset, address recipient, bool closeLot, struct EeseeOffchainSignatureData signatureData) payable
claimAsset(bytes32 ID, struct Asset asset, address recipient, bytes _call, struct EeseeOffchainSignatureData signatureData) payable returns (bytes returnData)
createLot(struct Asset asset, bytes data, struct EeseeOffchainSignatureData signatureData) payable returns (bytes32 ID)
initialize()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
revokeSignatures(uint256[] nonces)
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)
BeaconUpgraded(address indexed beacon)
BuyTickets(bytes32 indexed ID, struct Asset asset, address sender, address indexed recipient, bool closeLot, uint256 indexed nonce)
ClaimAsset(bytes32 indexed ID, struct Asset asset, address indexed sender, address recipient, uint256 indexed nonce)
CreateLot(bytes32 indexed ID, struct Asset asset, address indexed sender, bytes data, uint256 indexed nonce)
EIP712DomainChanged()
Initialized(uint8 version)
RevokeSignature(uint256 indexed nonce)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
CallerNotAuthorized()
ExpiredDeadline()
InvalidAccessManager()
InvalidAmount()
InvalidAssetType()
InvalidPointsOperator()
InvalidRecipient()
InvalidSignature()
InvalidValue()
LotClosed()
NonceUsed()
TransferNotSuccessful()