Rain Boy Club
Verified contract
Active on
Ethereum with 5,483 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 "Rain Boy Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21143946 | 18 days ago | | | 0 | 0.0011567130 | |
| 21082275 | a month ago | | | 0 | 0.00019354463 | |
| 20904925 | 2 months ago | | | 0 | 0.00020837870 | |
| 20806628 | 2 months ago | | | 0 | 0.00040373654 | |
| 20649713 | 3 months ago | | | 0 | 0.000056618232 | |
| 20626808 | 3 months ago | | | 0 | 0.000045706239 | |
| 20602918 | 3 months ago | | | 0 | 0.000027416023 | |
| 20562266 | 3 months ago | | | 0 | 0.00011084373 | |
| 20368350 | 4 months ago | | | 0 | 0.00050396913 | |
| 20368349 | 4 months ago | | | 0 | 0.00050597140 |
ABI
ABI objects
Getter at block 21272060 getBalance() view returns (uint256)
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxMintAmount() view returns (uint256)
100
maxSupply() view returns (uint256)
7979
name() view returns (string)
Rain Boy Club
notRevealedUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTHKmpEaEZUUR1Sy4susLDjXwhdrLKkkuAPs9ojCwxinm/
owner() view returns (address)
0x149c9e6074061f44e8d1dde873f9096385b6c4d4
paused() view returns (bool)
true
reserved() view returns (uint256)
3980
revealed() view returns (bool)
true
root() view returns (bytes32)
0xda55a5614de8ebfcf83a15b636e909f981ec60e3bfc9eafe76fa0a9ac671e535
symbol() view returns (string)
RBC
totalSupply() view returns (uint256)
3999
whitelistedSale() view returns (bool)
true
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)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32[] _proof, bytes32 _leaf) view returns (bool)
verifyParams(address _address, uint256 _mintableAmount, bytes32[] _proof) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
partialWithdraw(uint256 _amount) payable
presaleMint(uint256 _mintAmount, uint256 _mintableAmount, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmount(uint256 _maxMintAmount)
setNotRevealedURI(string _notRevealedURI)
setPause(bool _state)
setReserved(uint256 _reserved)
setReveal(bool _revealed)
setRoot(bytes32 _root)
setWhitelistSale(bool _whitelistSale)
switchToReserve(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _name, string _symbol, string _notRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.