test-test-123
Verified contract
Active on
Ethereum with 13 txns
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 "test-test-123"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15735108 | 2 years ago | | | 0 | 0.00090662400 | |
| 15733958 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733956 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733954 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733952 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733950 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733948 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733945 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733942 | 2 years ago | | | 0 | 0.0035822880 | |
| 15733939 | 2 years ago | | | 0 | 0.0035822880 |
ABI
ABI objects
Getter at block 21214817
baseURI() view returns (string)
ipfs://QmQWBN1gwA1NpeG6oKUY9Q2rSwQsBMC4eqTRRXD5mmh7Ge/
minter() view returns (address)
0x4baaf565b911b9f1b7f25aec6c6ee5b3f15f98d1
name() view returns (string)
test-test-123
owner() view returns (address)
0x4baaf565b911b9f1b7f25aec6c6ee5b3f15f98d1
symbol() view returns (string)
TT123
totalSupply() view returns (uint256)
12
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isExist(uint256 tokenId) 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 approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mintTo(address _to, uint256 _newTokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseMetadataURI(string _baseMetadataURI)
setMinter(address newMinter)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(address _ownerAddress, string _name, string _symbol, string _baseMetadataURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.