Tripster Wally

Verified contract

Active on Base with 6,728 txns
Deployed by via 0x490a1110 at 2620290
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Tripster Wally"

0x4147371a97827ddda1374815d10bf01649e0cea0fb1c970ea901930a7007a926
0x9f59933bd9188c19f024c9c00e1e609d3a73307cadd5f5e663eec42de013ac97
0x6cb7963df5eae75505ced6d04990d2cc985c219ec5adcd576a0f5c46fe4d9c4c
0xf86ebed8ecfc831e1c8b2e81ab7f73ca3b68741ac074bb7b6b603321e3aca08a
0x285d7e12c324f0ae47ff5571204c9eafa52d8af78f13cd42f9f1ae6bf07cee08
0x6ac35d7716d045be5293d496a278a77221ddc8fc13d33aed9d4661ad36e47806
0xfcc2b66ae825bba4f398e3b79e8f16dd9974db42a1db5c09270838fb9aae2ba1
0x6565f11b41c5110d7a2b28ed310a578c5f9993dccf1b3221b4ecdd55be8e8f0d
0x555c243913c6308c50e226e59e7e8fb2656a84887c655cf54a01eba3bb1f83a7
0x287db2541a671d47b85c7c161864e2155570d4767b96d021e408ab384e066a0b

Functions
Getter at block 22765798
MAX_MINT_PER_WALLET(view returns (uint256)
2
MAX_SUPPLY(view returns (uint256)
9999
START_ID(view returns (uint256)
1
mintEnabled(view returns (bool)
true
name(view returns (string)
Tripster Wally
owner(view returns (address)
0x6ff5723435b7dfc2371b57fb5cb4c373e5995c78
remainingSupply(view returns (uint256)
0
symbol(view returns (string)
TRWA
totalSupply(view returns (uint256)
9999
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
adminMint(uint256 quantity
approve(address touint256 tokenIdpayable 
mint(uint256 quantitystring _secret
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(