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 "Message"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19256245 | 10 months ago | | | 0 | 0.0012239540 | |
| 16307756 | 2 years ago | | | 0 | 0.00041129799 | |
| 16307710 | 2 years ago | | | 0 | 0.00071462932 | |
| 16271156 | 2 years ago | | | 0 | 0.00049768684 | |
| 16192743 | 2 years ago | | | 0 | 0.00058595473 | |
| 16192665 | 2 years ago | | | 0 | 0.0010152655 | |
| 16192661 | 2 years ago | | | 0 | 0.0020166967 | |
| 15806443 | 2 years ago | | | 0 | 0.00043431616 | |
| 15792807 | 2 years ago | | | 0 | 0.0011071130 | |
| 15755501 | 2 years ago | | | 0 | 0.00087212116 |
ABI
ABI objects
Getter at block 21388164
ERC712_VERSION() view returns (string)
1
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x7317692dc233d0b5844c403026c3c406d53fe7de5531424f769a0ca989cc9323
name() view returns (string)
Message
owner() view returns (address)
0xe94027e8db471bb90619669ad49f8328b09b6d02
symbol() view returns (string)
MESSAGE
totalSupply() view returns (uint256)
485
Read-only
allMessage(uint256) view returns (address owner, uint256 writeState, uint256 publicLineCount, uint256 ownerLineCount, uint256 rareType, string upgrade, uint256 upgradeAvailable)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
readOwnerLineCount(uint256 tokenId) view returns (uint256)
readOwnerMessage(uint256 tokenId) view returns (string[5])
readPublicLineCount(uint256 tokenId) view returns (uint256)
readPublicMessage(uint256 tokenId) view returns (string[5])
readRarityType(uint256 tokenId) view returns (uint256)
readUpgradeMetadata(uint256 tokenId) view returns (string[5])
readWriteState(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
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)
contractOwnerMint(address newOwner)
contractOwnerToggleCool(uint256 tokenId, bool toggle)
contractOwnerToggleMinting(bool toggle)
contractOwnerToggleNice(uint256 tokenId, bool toggle)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint()
ownerTogglePublicWrite(uint256 tokenId, bool toggle)
ownerWriteDrawing(uint256 tokenId, string svgCommand)
ownerWriteMultiLines(uint256 tokenId, string[5] messageMaxCharacterPerLineAbout30)
ownerWriteSingleLine(uint256 tokenId, string messageMaxCharacterPerLineAbout30)
ownerWriteTwoLines(uint256 tokenId, string[2] messageMaxCharacterPerLineAbout30)
publicWriteDrawing(uint256 tokenId, string svgCommand)
publicWriteMultiLine(uint256 tokenId, string[5] messageMaxCharacterPerLineAbout30)
publicWriteSingleLine(uint256 tokenId, string messageMaxCharacterPerLineAbout30)
publicWriteTwoLines(uint256 tokenId, string[2] messageMaxCharacterPerLineAbout30)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeMessage(uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.