THE CODE
Verified contract
Active on
Ethereum with 1,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 554 additional slots
Balances ($0.00)
No balances found for "THE CODE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909821 | a year ago | | | 0 | 0.00045255736 | |
| 18909091 | a year ago | | | 0 | 0.00051501953 | |
| 18858301 | a year ago | | | 0 | 0.00082687186 | |
| 18472273 | a year ago | | | 0 | 0.00062167185 | |
| 18317187 | a year ago | | | 0 | 0.00025628465 | |
| 17564981 | a year ago | | | 0 | 0.0010674059 | |
| 17462325 | a year ago | | | 0 | 0.00036139163 | |
| 17160088 | 2 years ago | | | 0 | 0.0026162170 | |
| 16963845 | 2 years ago | | | 0 | 0.00098478950 | |
| 16963837 | 2 years ago | | | 0 | 0.0010288329 |
ABI
ABI objects
Getter at block 21299456
mintingEnabled() view returns (bool)
true
name() view returns (string)
THE CODE
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x7616d56b1d952312c9d07d1601ce84bf0efa54fd
symbol() view returns (string)
CODE
totalSupply() view returns (uint256)
555
Read-only
HexToEnglish(bytes BytesData) pure returns (string[])
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCode(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
isDecoded(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 Decode(uint256 tokenId, string DecodedMessage)
Encode(uint256 tokenId)
TextColor(uint256 tokenId, string color)
TheCodeMints(uint256 mintAmount)
ToggleMinting()
approve(address to, uint256 tokenId)
mint() payable
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)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.