PPADealers
Verified contract
Active on
Ethereum with 5,767 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23,254.59)
Native
Value
$23,254.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.92 | $3,928.14 |
$23,254.59 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274448 | 16 days ago | | | 0 | 0.00067402358 | |
| 21274432 | 16 days ago | | | 0 | 0.0011262618 | |
| 20649921 | 3 months ago | | | 0 | 0.000074935860 | |
| 20457206 | 4 months ago | | | 0 | 0.00054313794 | |
| 20457204 | 4 months ago | | | 0 | 0.00052748128 | |
| 20394681 | 5 months ago | | | 0 | 0.000033444438 | |
| 20394681 | 5 months ago | | | 0 | 0.000030939893 | |
| 20303019 | 5 months ago | | | 0 | 0.00010178563 | |
| 19590126 | 8 months ago | | | 0 | 0.0015500765 | |
| 19546517 | 8 months ago | | | 0 | 0.00050530152 |
ABI
ABI objects
Getter at block 21386043
MAX_PRESALE_MINTS() view returns (uint256)
500
MAX_SUPPLY() view returns (uint256)
10000
contractURI() view returns (string)
https://assets.jointheppa.com/dealers/metadata/contract.json
name() view returns (string)
PPADealers
owner() view returns (address)
0x132266286f204d9eb2b48f16d25ed74ce5275636
publicPriceWei() view returns (uint256)
80000000000000000
saleState() view returns (uint256)
0
signerAddress() view returns (address)
0x864f9efa5549654e0fc7a349a971c67dc0eecf36
stakingAddress() view returns (address)
0xc6e67aa3f0ce0e106f7dbdda8dc7d98a0bde55a3
symbol() view returns (string)
DLR
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)
isValidSignature(address addr, uint256 totalMintsAllowed, uint256 targetSaleState, bytes signature) view returns (bool)
mintedInSale1(address) view returns (bool)
numMintedInSale2(address) view returns (uint256)
numMintedInSale3(address) view returns (uint256)
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)
ownerMint(uint256 numToMint)
publicEarlyMint(uint256 amount) payable
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setContractUri(string newUri)
setSalePrice(uint256 newPriceWei)
setSaleState(uint256 newState)
setSignerAddress(address newAddress)
setStakingAddress(address _stakingAddress)
shuttlepassMint(uint256 amount, uint256 totalMintsAllowed, bytes signature)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature) payable
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.