POOR PEOPLE CLUB
Verified contract
Active on
Ethereum with 2,078 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 "POOR PEOPLE CLUB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19063588 | a year ago | | | 0 | 0.00097652642 | |
| 19063587 | a year ago | | | 0 | 0.00097773607 | |
| 18915411 | a year ago | | | 0 | 0.00030592443 | |
| 18246997 | a year ago | | | 0 | 0.00029210526 | |
| 17514128 | a year ago | | | 0 | 0.00088443084 | |
| 17034517 | 2 years ago | | | 0 | 0.00090948486 | |
| 16908401 | 2 years ago | | | 0 | 0.00063569888 | |
| 16238043 | 2 years ago | | | 0 | 0.00056505155 | |
| 16156604 | 2 years ago | | | 0 | 0.00034019636 | |
| 16116484 | 2 years ago | | | 0 | 0.00050001444 |
ABI
ABI objects
Getter at block 21419117
MINT_LIMIT() view returns (uint256)
2
TOTAL_POORPEOPLE() view returns (uint256)
3069
baseURI() view returns (string)
https://art.richpeople.io/poorpeoplepre/
getTotalNFTsMintedSoFar() view returns (uint256)
3069
isSaleActive() view returns (bool)
true
isSaleOn() view returns (bool)
true
name() view returns (string)
POOR PEOPLE CLUB
owner() view returns (address)
0x28bee5ecfc2344c98b88567761818ce985c88072
richRoyalty() view returns (uint256)
10
symbol() view returns (string)
PPC
team_royaltyWallet() view returns (address)
0x6362ffaf9d131388edf7761e072fb54987117756
totalSupply() view returns (uint256)
3069
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events POORPEOPLEMINT(uint256 quantity)
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setRoyalty(uint256 _royaltyAmount)
setRoyaltyWallet(address _teamRoyaltyWallet)
setSaleActive(bool _isSaleActive)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _team_royaltyWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()