CustomToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 32 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "CustomToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CustomToken"
ABI
ABI objects
Getter at block 20795320
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _wallet) view returns (uint256[])
State-modifying
Events addTraitType(uint256 _traitTypeIndex, struct Trait[] traits)
approve(address operator, uint256 tokenId) payable
mint()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool status)
transferFrom(address from, address to, uint256 tokenId) payable
Approval(address indexed owner, address indexed operator, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.