TEST ERC721
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "TEST ERC721"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15174246 | 2 years ago | | | 0 | 0.0015492636 | |
| 15011208 | 2 years ago | | | 0.0009 | 0.0010624158 | |
| 15011201 | 2 years ago | | | 0.0009 | 0.0030016800 | |
| 15011187 | 2 years ago | | | 0.0009 | 0.0030016800 | |
| 15011186 | 2 years ago | | | 0.0045 | 0.0036181833 | |
| 15011180 | 2 years ago | | | 0.0009 | 0.0030016800 | |
| 15011177 | 2 years ago | | | 0.0016 | 0.0022921897 | |
| 15011173 | 2 years ago | | | 0.004 | 0.0032785345 | |
| 15011166 | 2 years ago | | | 0.0008 | 0.0030016800 | |
| 15011164 | 2 years ago | | | 0.0035 | 0.0043617415 |
ABI
ABI objects
Getter at block 21215661
getMintPrice() view returns (uint256)
1000000000000000
maxMintsPerTx() view returns (uint256)
5
maximumSupply() view returns (uint256)
100
minted() view returns (uint256)
100
name() view returns (string)
TEST ERC721
symbol() view returns (string)
testerc721
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address[] addrs) payable
mint(address to, uint256 amount) payable
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)
Approval(address indexed owner, address indexed approved, 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.