Ralphs Country Club
Verified contract
Active on
Ethereum with 204 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Ralphs Country Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17828764 | a year ago | | | 0 | 0.0014357745 | |
| 16966799 | 2 years ago | | | 0 | 0.00092289459 | |
| 16817326 | 2 years ago | | | 0 | 0.00070418042 | |
| 16350306 | 2 years ago | | | 0 | 0.00054738464 | |
| 16350305 | 2 years ago | | | 0 | 0.00048903230 | |
| 15618976 | 2 years ago | | | 0 | 0.00073665609 | |
| 15415304 | 2 years ago | | | 0 | 0.00064231795 | |
| 15415304 | 2 years ago | | | 0 | 0.00064115362 | |
| 15415304 | 2 years ago | | | 0 | 0.00064231795 | |
| 15368208 | 2 years ago | | | 0 | 0.0022623261 |
ABI
ABI objects
Getter at block 21318896
claimMerkleRoot() view returns (bytes32)
0x0c271b2cdc8ec972a334cc1742d84ac4db4c83b89933fc6df8b467f2436850ce
mintpassAddress() view returns (address)
0x0000000000000000000000000000000000000000
mintpassId() view returns (uint16)
0
name() view returns (string)
Ralphs Country Club
owner() view returns (address)
0xaba8811c83f6baf6fcb8d31a31d4ea315ca8e05c
price() view returns (uint256)
120000000000000000
saleMerkleRoot() view returns (bytes32)
0x5968bbf2d92474c35653abd4460aca2c9e0759b67d2cc137c5f1a87a7fe3c73b
symbol() view returns (string)
RALPH
token() view returns (uint16 maxSupply, uint16 maxPerWallet, uint16 maxPerTransaction, uint72 preSalePrice, uint72 pubSalePrice, bool preSaleIsActive, bool saleIsActive, bool claimIsActive, bool supplyLock, uint8 salePhase)
(maxSupply=1000, maxPerWallet=5, maxPerTransaction=25, preSalePrice=100000000000000000, pubSalePrice=120000000000000000, preSaleIsActive=false, saleIsActive=true, claimIsActive=true, supplyLock=false, salePhase=0)
totalReleased() view returns (uint256)
14240000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
468
unclaimedSupply() view returns (uint256)
532
Read-only
balanceOf(address owner) view returns (uint256)
fiatAllowlist(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getClaimIneligibilityReason(address _address, uint256 _quantity) view returns (string)
hasClaimed(address) view returns (uint16)
hasMinted(address) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events addFiatMinter(address _address)
approve(address to, uint256 tokenId)
claimFree(uint16 _maxMint, uint16 _quantity, bytes32[] _proof)
claimTo(address _address, uint256 _quantity) payable
lockSupply()
mint(uint16 _quantity, bytes32[] _proof) payable
release(address account)
release(address token, address account)
removeFiatMinter(address _address)
renounceOwnership()
reserve(address _address, uint16 _quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
setClaimRoot(bytes32 _root)
setMintPass(uint16 _id, address _address)
setSaleRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateConfig(uint16 _maxSupply, uint16 _maxPerWallet, uint16 _maxPerTransaction, uint72 _preSalePrice, uint72 _pubSalePrice)
updateSaleState(bool _preSaleIsActive, bool _saleIsActive, bool _claimIsActive, uint8 _salePhase)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _uri, address[] _payees, uint256[] _shares, address _owner, struct ERC721AContractToken _token)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()