PPA Shuttlepasses
Verified contract
Active on
Ethereum with 9,884 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 "PPA Shuttlepasses"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217679 | 9 days ago | | | 0 | 0.00060177866 | |
| 21042874 | a month ago | | | 0 | 0.00038678053 | |
| 20760402 | 2 months ago | | | 0 | 0.000074099461 | |
| 20649924 | 3 months ago | | | 0 | 0.000069767258 | |
| 20571543 | 3 months ago | | | 0 | 0.000096052366 | |
| 20457227 | 4 months ago | | | 0 | 0.00059735859 | |
| 20400968 | 4 months ago | | | 0 | 0.00019090276 | |
| 20348419 | 4 months ago | | | 0 | 0.00027008667 | |
| 20270801 | 5 months ago | | | 0 | 0.00020692857 | |
| 20200883 | 5 months ago | | | 0 | 0.000060396039 |
ABI
ABI objects
Getter at block 21281499
BRONZE() view returns (uint256)
2
FIRST_BUYERS() view returns (uint256)
1
GOLD() view returns (uint256)
0
MAX_TOKENS() view returns (uint256)
9890
OG_PASSENGERS() view returns (uint256)
2
SILVER() view returns (uint256)
1
bronzePriceWei() view returns (uint256)
70000000000000000
contractURI() view returns (string)
https://assets.jointheppa.com/shuttlepasses/metadata/contract.json
firstBuyersMerkleRoot() view returns (bytes32)
0x328ebe619d8e8ee7b9b4140578d626fd37273944ac39dc27123ea53f7481bc63
goldPriceWei() view returns (uint256)
200000000000000000
name() view returns (string)
PPA Shuttlepasses
numMinted() view returns (uint256)
9890
ogAndPassengersMerkleRoot() view returns (bytes32)
0x32ac53c9d5787f14da9214e968ebc48891f4e496b075a13442e5b67fb05b1ded
owner() view returns (address)
0x8a32f0ba25313c855d09bb237bae3ee8db4e9c72
saleState() view returns (uint256)
2
silverPriceWei() view returns (uint256)
120000000000000000
symbol() view returns (string)
PPA
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
isOnWhitelist(address addr, bytes32[] proof, uint256 whitelistType) view returns (bool)
publicNumMinted(address) view returns (uint256)
sale1NumMinted(address) view returns (uint256)
sale2NumMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events earlyMint(uint256 passType, uint256 amount, uint256 whitelistType, bytes32[] merkleProof) payable
mint(uint256 passType, uint256 amount) payable
ownerMint(uint256 passType, uint256 amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newUri)
setBronzePriceWei(uint256 newPrice)
setContractUri(string newUri)
setFirstBuyersMerkleRoot(bytes32 newMerkle)
setGoldPriceWei(uint256 newPrice)
setOgAndPassengersMerkleRoot(bytes32 newMerkle)
setSaleState(uint256 newState)
setSilverPriceWei(uint256 newPrice)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.