TushiPals

Verified contract

Active on Ethereum with 2,972 txns
Deployed by via 0xd1c22523 at 15198101
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "TushiPals"

0x8f9bfc1c385fb3bb5a3e04a916abbc4c2669371023ab34ffebf86306f47def22
0xe17b6a51194bf9643f2057749f32a182d79e693a3dbd0ad8b268a97ebb4b5523
0x42c4df1a26e9bd642aec667f4f6dc6a39e23f82eaede37b4c4bafdf46261a485
0xc03c25097bbb295a5f7d8e7dd99e3bc236483977f48ee3e510dfcf7a68c86785
0x694ab0908285114d82ee30c2e9023c472a743cf978deef6871a501368428c1c4
0x2df3318384ddf6afe096409530fcf00a3c3c33c3db0e92a72d90a6a28c81589d
0x9e4bf49c27c80a896a484adc5d97d5a8c9195cdc30b1cdbe63dc18523160f731
0x1c5ad8c31e85e2d5b0864292c027057abc8970eaab5fd17139e9f1a99b79e174
0x623e69d232ccb10fd38bac61172fe77aa4c79a169de3ca156686c0ac512c8f7f
0x97e79fb9059498f3dfeae6e5019456216189eb3aa7cfd1beb7dd632a9d05a9cf

Functions
Getter at block 20953989
MAX_SUPPLY(view returns (uint256)
4444
MAX_VIPWL_SUPPLY(view returns (uint256)
4444
MAX_WL_SUPPLY(view returns (uint256)
4444
PRICE(view returns (uint256)
0
VIPWL_PRICE(view returns (uint256)
0
WL_PRICE(view returns (uint256)
25000000000000000
baseTokenURI(view returns (string)
ipfs://QmRmpHPyryDSZqvHuWWe7DgzQq36Hbcp6eZqE6zQx3qsuv/
giveawayLimit(view returns (uint256)
0
maxPurchase(view returns (uint256)
3
maxTx(view returns (uint256)
100
maxTxVIP(view returns (uint256)
7
maxTxWL(view returns (uint256)
100
maxVIPPurchase(view returns (uint256)
50
maxWLPurchase(view returns (uint256)
100
merkleRoot(view returns (bytes32)
0x2631ce8e1b2d1df605ac40a44e2ec845fe7eeeb9b2be47ba2d5f3d1df43d1ed4
name(view returns (string)
TushiPals
owner(view returns (address)
0x410c5e5638f1be67ae3a61c1ceb1ec6fc44667a4
saleIsActive(view returns (bool)
true
symbol(view returns (string)
Tushi
totalSupply(view returns (uint256)
4444
vipMerkleRoot(view returns (bytes32)
0x2d9b03450c8f3866a0ef884c9aa857d68b9c2e541d0cb9d5ed05397564ba8a34
whitelistSaleIsActive(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
flipWhitelistSaleState(
giveAway(uint256 numberOfTokensaddress to
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPurchaseLimit(uint256 _limit
setMaxTxLimit(uint256 _txLimit
setMaxTxVIP(uint256 _txLimit
setMaxTxWL(uint256 _txLimit
setMaxVIPPurchaseLimit(uint256 _limit
setMaxWLPurchaseLimit(uint256 _limit
setPrice(uint256 _price
setPriceVIPWL(uint256 _vipwlPrice
setPriceWL(uint256 _wlPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMerkleRoot(bytes32 newMerkleRoot
updateVIPMerkleRoot(bytes32 newMerkleRoot
vipMint(uint256 numberOfTokensbytes32[] merkleProofpayable 
whitelistMint(uint256 numberOfTokensbytes32[] merkleProofpayable 
withdraw(
withdrawAll(
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
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(