Trippin' ETH Tribe
Verified contract
Active on
Ethereum with 967 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 "Trippin' ETH Tribe"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15390624 | 2 years ago | | | 0 | 0.00062083304 | |
| 15273424 | 2 years ago | | | 0 | 0.00036357938 | |
| 15114892 | 2 years ago | | | 0 | 0.00059188336 | |
| 15070631 | 2 years ago | | | 0 | 0.0016351615 | |
| 15021850 | 2 years ago | | | 0 | 0.0016376086 | |
| 14999688 | 2 years ago | | | 0 | 0.00082042138 | |
| 14977256 | 2 years ago | | | 0 | 0.00088508665 | |
| 14971148 | 2 years ago | | | 0 | 0.0014552338 | |
| 14970822 | 2 years ago | | | 0 | 0.0015086604 | |
| 14951555 | 2 years ago | | | 0 | 0.0013437090 |
ABI
ABI objects
Getter at block 21208287
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://trippinapemeta.s3.us-west-1.amazonaws.com/
cost() view returns (uint256)
0
freeSupply() view returns (uint256)
1000
maxFreeMint() view returns (uint256)
5
maxMintAmount() view returns (uint256)
30
maxSupply() view returns (uint256)
10000
name() view returns (string)
Trippin' ETH Tribe
owner() view returns (address)
0xd2f529d193b980728235f71697d4a32cb524a27f
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TRPN
totalSupply() view returns (uint256)
10000
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
mintFree(address _to, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setRevealed(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()