TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 3 txns
Deployed by via 0x7896ae32 at 15081948
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $62,232.64
ERC-20
Value $281.13
ERC-20
Value $0
0x026faab8f37bc125ce04164e7c278a41259c4b27065bfa7715d8e6d6d1d74ab9
0x6377014f62003702b871e2d7faf4b1fc6c70bb38867da8634eb9e0794fa827e2
0xc248ed029c15958f38b4f1c678e6c6c5e555d77ed8419eededfb2f550e986d78

Functions
Getter at block 23090100
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ospTreasuryAddress(view returns (address)
0xa81cbaf4ca84361a7fff509538d7b682a2acdb77
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
reward(address useraddress currencyview returns (struct ISeasonPassRewardStruct)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalRewards(addressview returns (uint256)
uri(uint256 tokenIdview returns (string)
State-modifying
clamReward(address currencyaddress to
grantRole(bytes32 roleaddress account
initialize(
purchase(struct ISeasonPassPurchaseParams paramspayable 
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] valuesbytes data
safeTransferFrom(address fromaddress touint256 iduint256 valuebytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setURI(uint256 seasonIdstring baseURI
withdraw(address currencyaddress to
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
ClaimReward(address indexed useraddress indexed currencyaddress indexed touint256 rewarduint256 receivedRewarduint256 timestamp
Initialized(uint64 version
RewardAdded(address indexed useraddress indexed currencyuint256 rewarduint256 timestamp
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SeasonPassPurchased(uint256 indexed idaddress indexed useruint256 countaddress currencyuint256 amountuint256 timestamp
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ECDSAInvalidSignature(
ECDSAInvalidSignatureLength(uint256 length
ECDSAInvalidSignatureS(bytes32 s
ERC1155InsufficientBalance(address senderuint256 balanceuint256 neededuint256 tokenId
ERC1155InvalidApprover(address approver
ERC1155InvalidArrayLength(uint256 idsLengthuint256 valuesLength
ERC1155InvalidOperator(address operator
ERC1155InvalidReceiver(address receiver
ERC1155InvalidSender(address sender
ERC1155MissingApprovalForAll(address operatoraddress owner
FailedInnerCall(
InvalidAmount(
InvalidInitialization(
MaxSeasonPassCountExceeded(
NotInitializing(
SafeERC20FailedOperation(address token
SeasonPassTransferNotAllowed(
SignatureExpired(