TEST ERC721

Verified contract

Active on Ethereum with 48 txns
Deployed by via 0x38c147ee at 15010864
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TEST ERC721"

0x0b2f00fbc7d9323df69b4a694b87523bd2461d80eddcc62d3b198ac434c64634
0xa6ffc392dcf8cf7f925eaa558eb75a8264c392bc6695120ba2bd2b70b3db2c2f
0x4fbaab434064a09465eb61182c2b1b764e23af9b9de01f9dd3447e2834a10cfb
From
0xfd088f30f740180323d0fe0dc84e616357fb383b8f028a28e0f401576cfe5cb7
From
0xcb5a8e96d5afdeb7c3832e02c3e53121414fd2f46a920cde3c1c1e255b3b5c48
0x22d6d397b5aa4248d4e4d898ce9423b4ef0a968d0d3874e3afd0fd9ef31d1462
From
0xf0e2c855a4354ada2b9ad7993a36ff921375e9daa37a59fabb44a51209c5abf7
0xda35ce2b17cf4b83e458f09754929e0281d5ecee1818a694e66bac13440f8840
0x2572295b77a83370447668e81f7f73c818e6f1e378a2ac644f51872a5f430e71
From
0x5ef982d5ca93f6fd137c059761a85a31ed24fb35298bb3f6aa5b80a920f62e95

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
batchMint(address[] addrspayable 
mint(address touint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.