TripToadz
Verified contract
Active on
Ethereum with 324 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,651.41)
Native
Value
$2,651.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.1 | $2,410.37 |
$2,651.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16298265 | 2 years ago | | | 0 | 0.00086381573 | |
| 15940279 | 2 years ago | | | 0 | 0.0023865236 | |
| 15023081 | 2 years ago | | | 0 | 0.00071511964 | |
| 15012115 | 2 years ago | | | 0 | 0.0026155432 | |
| 15005019 | 2 years ago | | | 0 | 0.00047921287 | |
| 14783385 | 2 years ago | | | 0 | 0.00071617042 | |
| 14512169 | 3 years ago | | | 0 | 0.0020874615 | |
| 14463026 | 3 years ago | | | 0 | 0.0012786828 | |
| 14349833 | 3 years ago | | | 0 | 0.0010025654 | |
| 14284311 | 3 years ago | | | 0 | 0.0018269270 |
ABI
ABI objects
Getter at block 21118831
baseURI() view returns (string)
ipfs://bafybeigtj3xicyjp42ujmdk4nqq7k7faaa6ijhltoy6lattgqk3kvcir44/
cost() view returns (uint256)
50000000000000000
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
6969
name() view returns (string)
TripToadz
owner() view returns (address)
0x4bf56273cfdc18ca8320c0331d24bd498f6bc7b4
paused() view returns (bool)
false
symbol() view returns (string)
TRIPZ
totalSupply() view returns (uint256)
751
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause()
renounceOwnership()
safeMint(address _to, uint256 _tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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 defaultBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.