Poor Rich Boys
Verified contract
Active on
Ethereum with 3,768 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 Rich Boys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270168 | 8 days ago | | | 0 | 0.00023641027 | |
| 21219811 | 15 days ago | | | 0 | 0.00028619243 | |
| 21133169 | a month ago | | | 0 | 0.00070498576 | |
| 20544655 | 4 months ago | | | 0 | 0.000057197856 | |
| 19670507 | 8 months ago | | | 0 | 0.00035641909 | |
| 19553440 | 8 months ago | | | 0 | 0.00074495310 | |
| 19538430 | 8 months ago | | | 0 | 0.0010902807 | |
| 19516878 | 8 months ago | | | 0 | 0.00044693483 | |
| 19071957 | 10 months ago | | | 0 | 0.00030785102 | |
| 18932695 | a year ago | | | 0 | 0.00041669565 |
ABI
ABI objects
Getter at block 21324145
GIVEAWAY_MINTED() view returns (uint256)
1500
GIVEAWAY_NFT() view returns (uint256)
1600
MAX_BY_MINT_IN_TRANSACTION_PRESALE() view returns (uint256)
10
MAX_BY_MINT_IN_TRANSACTION_SALE() view returns (uint256)
10
MAX_MINT_PRESALE() view returns (uint256)
10
MAX_MINT_SALE() view returns (uint256)
10
PRESALE_PRICE() view returns (uint256)
80000000000000000
SALE_MINTED() view returns (uint256)
6177
SALE_NFT() view returns (uint256)
6177
SALE_PRICE() view returns (uint256)
2700000000000000
merkleRoot() view returns (bytes32)
0xbdc4fa672e6ceec5082e7288cf4babe4b8c274ce912063c6a3a31fd73a0bfd19
name() view returns (string)
Poor Rich Boys
owner() view returns (address)
0x4215fd16aed1c594df6a5ec3f6bb791c3e0be7b8
presaleEnable() view returns (bool)
true
saleEnable() view returns (bool)
true
symbol() view returns (string)
PRB
totalSupply() view returns (uint256)
7677
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
users(address) view returns (uint256 presalemint, uint256 salemint)
State-modifying
Events approve(address to, uint256 tokenId)
mintGiveawayNFT(address _to, uint256 _count)
mintPreSaleNFT(uint256 _count, bytes32[] merkleProof) payable
mintSaleNFT(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setPreSaleStatus(bool status)
setSaleStatus(bool status)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
updateGiveawaySupply(uint256 newSupply)
updateMerkleRoot(bytes32 newRoot)
updateMintLimitPerTransectionPreSale(uint256 newLimit)
updateMintLimitPerTransectionSale(uint256 newLimit)
updatePreSaleMintLimit(uint256 newLimit)
updatePreSalePrice(uint256 newPrice)
updateSaleMintLimit(uint256 newLimit)
updateSalePrice(uint256 newPrice)
updateSaleSupply(uint256 newSupply)
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.