Pride Ticket
Verified contract
Active on
Ethereum with 184 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15.80)
Native
Value
$15.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005 | $3,160.79 |
$15.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15959523 | 2 years ago | | | 0 | 0.00054050221 | |
| 15959521 | 2 years ago | | | 0 | 0.00059931800 | |
| 14972796 | 2 years ago | | | 0 | 0.0014920374 | |
| 14946889 | 2 years ago | | | 0 | 0.0034145424 | |
| 14939744 | 2 years ago | | | 0 | 0.0027973985 | |
| 14938313 | 2 years ago | | | 0 | 0.0046651452 | |
| 14937967 | 2 years ago | | | 0 | 0.0021645394 | |
| 14937870 | 2 years ago | | | 0.005 | 0.0028885492 | |
| 14937846 | 2 years ago | | | 0 | 0.0046628948 | |
| 14937775 | 2 years ago | | | 0 | 0.0043616043 |
ABI
ABI objects
Getter at block 21177411
FREE_MAX_SUPPLY() view returns (uint256)
1500
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
4444
isActive() view returns (bool)
true
mintPrice() view returns (uint256)
4400000000000000
name() view returns (string)
Pride Ticket
owner() view returns (address)
0x40afed9a1fa16cd74852a9e7328e4b472e9a75c0
symbol() view returns (string)
PI
totalSupply() view returns (uint256)
1173
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(uint256 _count) 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 baseURI)
setMaxMintSupply(uint256 maxMintSupply)
setMaximumAllowedTokens(uint256 _count)
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()