Phi Tether NFT

Verified contract

Proxy

Active on Base with 27 txns
Deployed by via 0xefa73cd5 at 11904176
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Phi Tether NFT"

0xdde517d66e345b8d795bafc11394ef8ef166cb9c3cc3f8058fb2985565fa108e
0x638b0246dd2fc5ab7b5498df780c49306b439456ee1c85f53236378e0d361dff
0x03f32ac5fc64a913428d54dc3cb8483f59f72dc74d518d28175482f5c0135dc1
0xbd93b8e0178524a41bdc10d7a67ab434d8205cc0f97c759b2f6fd9ae33a4a643
0xe23885f1ecc017ef1ca26cc6f88204de90a304fe260e71beb5c88a62c2db0322
0xeacb6fc0dde9758de988df3283df556d6f4f0202647d25f5e290315a84dea743
0x491d8da459a2139ccd8b84f9e62fa4d75642832caecb1cbcd6f0f021aff3a751
0x2f81bb30ce3ac3fa4f62cc93ca26e7bab92e6c275e4d550fb28f56fa615a7452
0x25c324902bcb0548f0e71ca4ba6417a7cd51c4358b3065fc434bd7809a5d7296
0x49ef788afb9e4201be2be1f31b1e9f49df75be2178862bf1086cec0e4cd7bc5a

Functions
Getter at block 22997061
baseTokenURI(view returns (string)
name(pure returns (string)
Phi Tether NFT
owner(view returns (address result)
0x6d83cac25cfacdc7035bed947b92b64e6a8b8090
queued(view returns (bool)
true
reveal(view returns (bool)
false
symbol(pure returns (string)
Phi-Tether
tokenIdCounter(view returns (uint256)
27
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
setReveal(bool _reveal
transferFrom(address fromaddress touint256 idpayable 
transferOwnership(address newOwnerpayable 
Events
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccountBalanceOverflow(
AddressAlreadyMinted(
AlreadyInitialized(
BalanceQueryForZeroAddress(
INVALID_ADDRESS_ZERO(
InvalidInitialization(
NewOwnerIsZeroAddress(
NoHandoverRequest(
NotInitializing(
NotOpened(
NotOwnerNorApproved(
TokenAlreadyExists(
TokenDoesNotExist(
TokenNotTransferable(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
Unauthorized(