TaKe A TrIp

Verified contract

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

No balances found for "TaKe A TrIp"

0xd412ed6eadd771358b601b597718523518463cb2f5091ca28a89229cc60bd323
0x71fa47df92f1befebbfa6172ea5d539cffed606f43a619c612bb15a0bb77de9f
From
0x3224e1545aab02916e858096b1f35042c417604437e9c1c2afe1136ac1222a42
From
0x687e14b1a1ced9db79c770df8eaff8d0912f73095ff7cc6d2b02df4c8f876a6b
From
0xfef31bb4b533380ca673cc5035c54d28c754a6947777d3fc222fac005a175f55
0xc6647d82668fbb240deb148eae059ce078bdb193f4cd7df385bb01297b1dc340
0x0b022be8d25e54d7d4288d6c9013ed85ecfff7d5cd6ce44ce3fd36957dfabf40
0x5d53986c20bd4d5e7fbd226d61632c857132796f1d5632262752ad06ec43b83d
0xf7e6ae47b0a174b70208bde4f963a93c4ad083e522283dd636e533fbfc154334
0x4c6ca53e6bf5a671a8175d460353853c94265429823074433ee5050eb616e88d

Functions
Getter at block 21160578
FREE(view returns (string)
50 / WL Only
TRIP_FRIENDS_MAX_SUPPLY(view returns (string)
400
TRIP_PRICE(view returns (string)
0.01 ETHER
cost(view returns (uint256)
10000000000000000
hiddenMetadataUri(view returns (string)
REVEALED
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
400
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
TaKe A TrIp
owner(view returns (address)
0xfaaccc448c8f287f2072891fccf5eda11d79dd6c
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
TRIP
totalSupply(view returns (uint256)
400
uriPrefix(view returns (string)
ipfs://Qma8rY69LyQcapoDDcAFDxi5ZN2wY5rvsxMHzqBuhNvLzu/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
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)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(