Tripsters
Verified contract
Active on
Ethereum with 7,398 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf8e4…da1b
0xb39c…24c5
0x7508…d3f2
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Baggies | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21200546 | 10 days ago | | | 0 | 0.00064246639 | |
| 21132303 | 19 days ago | | | 0 | 0.00062584580 | |
| 21124668 | 20 days ago | | | 0 | 0.00026314539 | |
| 21042663 | a month ago | | | 0 | 0.00016113836 | |
| 21004767 | a month ago | | | 0 | 0.00030662623 | |
| 21003951 | a month ago | | | 0 | 0.00029061384 | |
| 20998150 | a month ago | | | 0 | 0.00022568723 | |
| 20989573 | a month ago | | | 0 | 0.00059881239 | |
| 20908632 | 2 months ago | | | 0 | 0.00014455551 | |
| 20749745 | 2 months ago | | | 0 | 0.000070520882 |
ABI
ABI objects
Getter at block 21270791
baseURI() view returns (string)
ipfs://QmUwG5ak8MGqa6L1W1ymVzQRfoueYbbSCoNVxoDMvAjf19/
contractURI() view returns (string)
extension() view returns (string)
.json
maxSupply() view returns (uint256)
5555
name() view returns (string)
Tripsters
ogLimit() view returns (uint256)
1
ogLive() view returns (bool)
false
ogMerkle() view returns (address)
0xb39c1f0d7166ed77a039d3cc774dac28446a24c5
ogPrice() view returns (uint256)
200000000000000000
owner() view returns (address)
0x5b0d2af6b3c0585e85dae07410ac4a78def243ef
paused() view returns (bool)
false
pioneerLimit() view returns (uint256)
2
pioneerLive() view returns (bool)
false
pioneerMerkle() view returns (address)
0xf8e4ff4cb25ff6ee18401fe3916d166f39acda1b
pioneerPrice() view returns (uint256)
150000000000000000
symbol() view returns (string)
TRIPSTERS
totalSupply() view returns (uint256)
5555
whitelistLimit() view returns (uint256)
10
whitelistLive() view returns (bool)
true
whitelistMerkle() view returns (address)
0x7508c7bf286f794272db8453271c3702729fd3f2
whitelistPrice() view returns (uint256)
180000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
balances(address) view returns (uint256 pioneer, uint256 og, uint256 whitelist)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(uint256 amount, address to)
approve(address to, uint256 tokenId)
daStage()
ogMint(uint256 _amount, bytes32[] proof) payable
ogStage()
pioneerMint(uint256 _amount, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAdminPermissions(address _account, bool _enable)
setApprovalForAll(address operator, bool approved)
setExtension(string _extension)
setOgMerkle(address _merkle)
setPaused(bool _paused)
setPioneerMerkle(address _merkle)
setRoyalties(address _recipient, uint256 _value)
setWhitelistMerkle(address _merkle)
toggleOgLive()
togglePioneerLive()
toggleWhitelistLive()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string _uri)
updateContractURI(string _uri)
updateMaxSupply(uint256 _supply)
updateOgLimit(uint256 _limit)
updateOgPrice(uint256 _price)
updatePioneerLimit(uint256 _limit)
updatePioneerPrice(uint256 _price)
updateWhitelistLimit(uint256 _limit)
updateWhitelistPrice(uint256 _price)
whitelistMint(uint256 _amount, bytes32[] proof) payable
whitelistStage()
withdraw(uint256 _weiAmount)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OgLive(bool live)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PioneerLive(bool live)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WhitelistLive(bool live)
constructor(address _pioneerMerkle, address _ogMerkle, address _whitelistMerkle)
This contract contains no fallback and receive objects.
This contract contains no error objects.