TestERC721

Verified contract

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

No balances found for "TestERC721"

No transactions found for "TestERC721"


Functions
Getter at block 21219855
CANNOT_TRANSFER_TO_ZERO_ADDRESS(view returns (string)
018002
NOT_CURRENT_OWNER(view returns (string)
018001
name(view returns (string _name)
TestERC721
owner(view returns (address)
0x2b47c57a4c9fc1649b43500f4c0cda6cf29be278
symbol(view returns (string _symbol)
TESTNFT
Read-only
balanceOf(address _ownerview returns (uint256)
getApproved(uint256 _tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 _tokenIdview returns (address _owner)
supportsInterface(bytes4 _interfaceIDview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address _approveduint256 _tokenId
mint(address _touint256 _tokenIdstring _uri
safeTransferFrom(address _fromaddress _touint256 _tokenId
safeTransferFrom(address _fromaddress _touint256 _tokenIdbytes _data
setApprovalForAll(address _operatorbool _approved
transferFrom(address _fromaddress _touint256 _tokenId
transferOwnership(address _newOwner
Events
Approval(address indexed _owneraddress indexed _approveduint256 indexed _tokenId
ApprovalForAll(address indexed _owneraddress indexed _operatorbool _approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed _fromaddress indexed _touint256 indexed _tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.