Infinity
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Infinity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Infinity"
ABI
ABI objects
Getter at block 21823320
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SIGNER_ROLE() view returns (bytes32)
0x2aeb38be3df14d720aeb10a2de6df09b0fb3cd5c5ec256283a22d4593110ca40
TOKEN_URI() view returns (string)
ipfs://QmXYdZjKp4ZQzudXYawk6miDdo5dNWJhShXVrufPiQ6ChK
UPGRADER_ROLE() view returns (bytes32)
0xa615a8afb6fffcb8c6809ac0997b5c9c12b8cc97651150f14c8f6203168cff4c
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=, version=, chainId=8453, verifyingContract=0x782ec23e515d5ae1cace2361253b318e963b32a5, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() pure returns (string)
Layer3 Infinity CUBE
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() pure returns (string)
MIND
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) pure returns (string)
State-modifying
Events approve(address account, uint256 id) payable
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(string _signingDomain, string _signatureVersion, address _admin)
mintInfinityCube(struct InfinityMintRequest data, bytes signature)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool isApproved)
transferFrom(address from, address to, uint256 id) payable
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
EIP712DomainChanged()
Initialized(uint64 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AccountBalanceOverflow()
AddressEmptyCode(address target)
BalanceQueryForZeroAddress()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
Infinity__IsNotSigner()
Infinity__NonceAlreadyUsed()
Infinity__TransferFailed()
InvalidInitialization()
NotInitializing()
NotOwnerNorApproved()
ReentrancyGuardReentrantCall()
TokenAlreadyExists()
TokenDoesNotExist()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)