Tripster Wally
Verified contract
Active on
Base with 6,728 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 "Tripster Wally"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751847 | 8 hours ago | | | 0 | 0.0000050285936 | |
| 22562697 | 5 days ago | | | 0 | 4.2840895e-7 | |
| 22526119 | 6 days ago | | | 0 | 0.000000404555249088 | |
| 22526101 | 6 days ago | | | 0 | 6.7918961e-7 | |
| 22230682 | 12 days ago | | | 0 | 0.000000508730023976 | |
| 22124874 | 15 days ago | | | 0 | 4.2044057e-7 | |
| 22100961 | 15 days ago | | | 0 | 4.2332230e-7 | |
| 21992173 | 18 days ago | | | 0 | 1.8406513e-7 | |
| 21714082 | 24 days ago | | | 0 | 4.2529114e-7 | |
| 21462019 | a month ago | | | 0 | 0.0000067390756 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 quantity)
approve(address to, uint256 tokenId) payable
mint(uint256 quantity, string _secret)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()