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 "mfrankrz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19051265 | 10 months ago | | | 0 | 0.00051728227 | |
| 18036443 | a year ago | | | 0 | 0.0030566254 | |
| 16071151 | 2 years ago | | | 0 | 0.00079874078 | |
| 15552799 | 2 years ago | | | 0 | 0.00032058174 | |
| 15111188 | 2 years ago | | | 0 | 0.0014544533 | |
| 14976105 | 2 years ago | | | 0 | 0.0028346788 | |
| 14780576 | 3 years ago | | | 0 | 0.0022429697 | |
| 14780105 | 3 years ago | | | 0 | 0.0016754165 | |
| 14656265 | 3 years ago | | | 0 | 0.0030773789 | |
| 14655443 | 3 years ago | | | 0 | 0.0052701699 |
ABI
ABI objects
Getter at block 21223240
MAX_PER_TXN() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
1000
name() view returns (string)
mfrankrz
owner() view returns (address)
0x94222e234ac1a4a3c5d50b46072087eae029ff7b
symbol() view returns (string)
MFRANKRZ
totalSupply() view returns (uint256)
1000
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)
mint(uint256 amount)
renounceOwnership()
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)
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)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()