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 "NFT Rewind 2021"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19413905 | 9 months ago | | | 0 | 0.0035209186 | |
| 18936810 | a year ago | | | 0 | 0.0011057030 | |
| 18908584 | a year ago | | | 0 | 0.00088120029 | |
| 18895648 | a year ago | | | 0 | 0.00075791713 | |
| 18879666 | a year ago | | | 0 | 0.0013196670 | |
| 17052422 | 2 years ago | | | 0 | 0.0010840036 | |
| 16706452 | 2 years ago | | | 0 | 0.0019569463 | |
| 16676786 | 2 years ago | | | 0 | 0.0012624081 | |
| 16307923 | 2 years ago | | | 0 | 0.00088237589 | |
| 16307199 | 2 years ago | | | 0 | 0.00083508982 |
ABI
ABI objects
Getter at block 21329661
MAX_FREE() view returns (uint256)
3000
MAX_TOKENS() view returns (uint256)
5000
MINT_PRICE() view returns (uint256)
20000000000000000
baseTokenURI() view returns (string)
ipfs://Qmeq7TZtS7cKBN1rSvvQzBjguXtK9rGKtWJqSgVUy8DiSf/
free() view returns (uint256)
3000
minted() view returns (uint256)
3507
name() view returns (string)
NFT Rewind 2021
onSale() view returns (bool)
true
owner() view returns (address)
0xda9828b3386c5b4a8fd9956bd6e4017a82496041
symbol() view returns (string)
REWIND
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)
changeOnSale()
mint(uint256 amount) payable
mintFree(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.