TransparentUpgradeableProxy

Verified contract

Proxy

Active on Base with 138,196 txns
Deployed by via 0x3818ca72 at 12252916
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $13.23
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
0x83ff27252f57d8d9ce91363dcd14b02d1aa025b41655dba0503ba98a24ea63b5
0xcd0063f3da4b0fd84e81f4b25d71014a71a572b9330bdb86c338132945e8483d
0xa0c0589da68396fea80420b11efde099f0a0a55cdbd963d0d6b2dd9f97ab9187
0xa226562b75f7e5b539fbeed8bba4c79d59d31d158478260831b3ce122c60ca8a
0x855b58b036741fb6b9846124fe45a192ffeeafbb2664ad0f80adb5a19de7c81c
0x5b89798baac38a588e6086b7de1151982b4c54d824bae7d5ff23ebe2affb8477
0x740c73918a6764db210ed7fe33433a7af8717d673cf577ac8b61740baf000b1d
0xd354cb0bbc6b24399c38b35b1db185746efc24fb58142db08d6f9058e2329f45
0x6d81911279faeda7a6aa22311c5f85fc261e16717b0964e0f7a0a87b7c9c244a
0x4ac5231e1e64671171b2e4aa87e8451f6ecc65a4ada9a84a1cf41ad19eee6d8a

Functions
Getter at block 22864359
baseTokenURI(view returns (string)
name(pure returns (string)
Why Phi
originUrl(view returns (string)
https://gateway.irys.xyz/_5LUPfEfihS0HUB4Pb_wTjhKcM-3AQggHdkECILRLLQ
owner(view returns (address result)
0x6d83cac25cfacdc7035bed947b92b64e6a8b8090
queued(view returns (bool)
true
reveal(view returns (bool)
true
symbol(pure returns (string)
Why-Phi
tokenIdCounter(view returns (uint256)
146982
Read-only
addressToTokenId(addressview returns (uint256 tokenId)
balanceOf(address ownerview returns (uint256 result)
getApproved(uint256 idview returns (address result)
hasAllRoles(address useruint256 rolesview returns (bool)
hasAnyRole(address useruint256 rolesview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool result)
ownerOf(uint256 idview returns (address result)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
rolesOf(address userview returns (uint256 roles)
supportsInterface(bytes4 interfaceIdview returns (bool result)
tokenURI(uint256 idview returns (string)
State-modifying
approve(address accountuint256 idpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
grantRoles(address useruint256 rolespayable 
initialize(address ownerAddress_
mint(address topayable 
renounceOwnership(payable 
renounceRoles(uint256 rolespayable 
requestOwnershipHandover(payable 
revokeRoles(address useruint256 rolespayable 
safeTransferFrom(address fromaddress touint256 idpayable 
safeTransferFrom(address fromaddress touint256 idbytes datapayable 
setApprovalForAll(address operatorbool isApproved
setBaseURI(string baseURI
setOpen(bool _queued
setOriginUrl(string _originUrl
setReveal(bool _reveal
transferFrom(address fromaddress touint256 idpayable 
transferOwnership(address newOwnerpayable 
Events
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed accountuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
Initialized(address indexed owner
Initialized(uint64 version
Minted(address indexed touint256 indexed tokenId
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
RolesUpdated(address indexed useruint256 indexed roles
Transfer(address indexed fromaddress indexed touint256 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(
AccountBalanceOverflow(
AddressAlreadyMinted(
AlreadyInitialized(
BalanceQueryForZeroAddress(
INVALID_ADDRESS_ZERO(
InvalidInitialization(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotInitializing(
NotOpened(
NotOwnerNorApproved(
TokenAlreadyExists(
TokenDoesNotExist(
TokenNotTransferable(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
Unauthorized(