Vacation Palette NFT
Verified contract
Active on
Ethereum with 761 txns
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 "Vacation Palette NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20278543 | 4 months ago | | | 0 | 0.00046897750 | |
| 19508798 | 7 months ago | | | 0 | 0.00031489900 | |
| 18842801 | 10 months ago | | | 0 | 0.0022081152 | |
| 18513842 | a year ago | | | 0 | 0.0019568686 | |
| 18185192 | a year ago | | | 0 | 0.00049858042 | |
| 18185191 | a year ago | | | 0 | 0.00046100994 | |
| 18106293 | a year ago | | | 0 | 0.00039976232 | |
| 18106293 | a year ago | | | 0 | 0.00039924336 | |
| 18106291 | a year ago | | | 0 | 0.00042854797 | |
| 18078494 | a year ago | | | 0 | 0.0012571371 |
ABI
ABI objects
Getter at block 21091323
MAX_ELEMENTS() view returns (uint256)
300
baseTokenURI() view returns (string)
https://vacationpalettenft.art/data/
codeURI() view returns (string)
https://vacationpalettenft.art/canvas-function.js
creatorAddress() view returns (address)
0x67c7d48da5ff0ca165c26944a5d01df1d6f62c75
getCodeURI() view returns (string)
https://vacationpalettenft.art/canvas-function.js
name() view returns (string)
Vacation Palette NFT
owner() view returns (address)
0x67c7d48da5ff0ca165c26944a5d01df1d6f62c75
paused() view returns (bool)
false
symbol() view returns (string)
VPNFT
totalMint() view returns (uint256)
300
totalSupply() view returns (uint256)
300
Read-only
balanceOf(address owner) view returns (uint256)
didMint(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getDataById(uint256 _id) view returns (address, uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
minters(uint8) view returns (address)
ownerOf(uint256 tokenId) view returns (address)
seed(uint8) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint16 _seed) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCodeURI(string _codeURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateNFT(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI, string _codeURI)
receive()
This contract contains no error objects.