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 "codex"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17516139 | a year ago | | | 0 | 0.12451873 | |
| 17516119 | a year ago | | | 0 | 0.0024157336 | |
| 17515493 | a year ago | | | 0 | 0.15936414 | |
| 17262752 | 2 years ago | | | 0 | 0.25955962 | |
| 17134385 | 2 years ago | | | 0 | 0.24374398 | |
| 17090297 | 2 years ago | | | 0 | 0.59423126 | |
| 17063417 | 2 years ago | | | 0 | 0.15074953 | |
| 17063230 | 2 years ago | | | 0 | 0.00057708931 |
ABI
ABI objects
Getter at block 21278515
ENS() view returns (address)
0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e
ENSReverseRegistrar() view returns (address)
0xa58e81fe9b61b5c3fe2afd33cf304c454abfc7cb
ENSReverseResolver() view returns (address)
0xa2c122be93b0074270ebee7f6b7292c7deb45047
frozen() view returns (bool)
false
name() view returns (string)
codex
owner() view returns (address)
0x3ee7fc9065f3efe3b6ab1894845e41146cb77385
paused() view returns (bool)
false
symbol() view returns (string)
c.l
totalSupply() view returns (uint256)
7
Read-only
balanceOf(address owner) view returns (uint256)
encodeNumericAttribute(string key, uint256 value) pure returns (bytes)
encodeStringAttribute(string key, string value) pure returns (bytes)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenAddress(uint256 tokenId) view returns (address)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
executeAction(address target, bytes payload) payable returns (bytes)
freeze()
mint(string name, string description, bytes image, bytes bytecode)
pause()
resolverClaim(address newOwner)
safeTokenTransferOwnership(uint256 tokenId, address newOwner)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setENSAddresses(address ens, address reverseRegistrar, address reverseResolver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateDetails(uint256 tokenId, string name, string description, bytes image)
withdraw()
withdrawForeignERC20(address tokenContract)
withdrawForeignERC721(address tokenContract, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ENSError()
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.