TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 421,449 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 49 additional slots
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 4.2K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 580.18731 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22718503 | 5 minutes ago | | | 0 | 0.0000012682975 | |
| 22718442 | 7 minutes ago | | | 0 | 0.0000012810295 | |
| 22718419 | 8 minutes ago | | | 0 | 0.000013977225 | |
| 22718383 | 9 minutes ago | | | 0 | 0.000013976355 | |
| 22718350 | 10 minutes ago | | | 0 | 0.0000012552506 | |
| 22718339 | 10 minutes ago | | | 0 | 0.000013977225 | |
| 22718308 | 11 minutes ago | | | 0 | 0.0000012554459 | |
| 22718229 | 14 minutes ago | | | 0 | 0.000013976355 | |
| 22718168 | 16 minutes ago | | | 0 | 0.0000012682975 | |
| 22718152 | 17 minutes ago | | | 0 | 0.000013978530 |
ABI
ABI objects
Getter at block 22718644
ERC1155_CLAIM_TYPEHASH() view returns (bytes32)
0x52fbdc3c74d741f91e89924e509efb37938f77dc0b874d0ae67a551cead35948
ERC1155_DUMMY_CLAIM_TYPEHASH() view returns (bytes32)
0x9175b75f2204c4d4a610b1bbe17e5fa79fce7fbac7711cdf85d769cc3848bf4b
currentTokenId() view returns (uint256)
212
intractSigner() view returns (address)
0x549f9eeb8eecf778b5a2fb905d98e8727651f639
owner() view returns (address)
0x7a5b6528e2ab63b02c9554f840b75d5157d62da4
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
creator(uint256) view returns (address)
hasClaimed(uint96, address) view returns (bool)
hasClaimedUserId(uint96, uint96) view returns (bool)
isAdmin(uint256, address) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
usedDummyClaimHashes(bytes32) view returns (bool)
State-modifying
Events addAdmin(uint256 _tokenId, address _admin)
claim(uint96 _rewardId, uint96 _userId, uint256 _tokenId, uint256 _amountToClaim, address _userAddress, bytes _signature)
createCollection(uint256 _initialSupply) returns (uint256)
dummyClaim(uint96 _rewardId, uint96 _userId, address _userAddress, bytes _signature)
initialize(address _intractSigner, string _uri)
mint(address _to, uint256 _tokenId, uint256 _amount, bytes _data)
mintBatch(address _to, uint256[] _tokenIds, uint256[] _amounts, bytes _data)
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string _uri)
transferOwnership(address newOwner)
unpause()
updateSigner(address _intractSigner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC1155AdminAdded(uint256 tokenId, address admin)
ERC1155Claim(uint96 rewardId, uint96 indexed userId, uint256 indexed tokenId, address indexed userAddress, uint256 amountToClaim)
ERC1155CollectionLaunch(uint256 indexed tokenId, address indexed creator, uint256 initialSupply)
ERC1155DummyClaim(uint96 indexed rewardId, uint96 indexed userId, address userAddress)
ERC1155SignerUpdate(address oldSigner, address newSigner)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.