Ralphs Country Club

Verified contract

Active on Ethereum with 204 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "Ralphs Country Club"

0xe4cb9cfb713db33e973157422dffd7cac9806bced9596af6e80e49af1945a5c4
0x27ac8d2bde6f5f1b5a9e8381c69cb7973429029fcaef1f72aa38ea3b5733ace4
0x64cc0a8f4e88b3f1ff227ef9cedc77a8477a0dddb41b323723cc487579fe34e9
0xb0413c121b7dfa32cbd95d2c256af734e4838479d81c56b230ddcf0871552e1d
0xa37b429882548f527348209b4fa2ab43e3a3960de955feb687d9ddf05765f79f
0x11204ea4ce782cb7fc92490ca441be992becea0f682f06a6abd70861196397c0
0x062b6cfd9a3db7f65c99662a601e375556b9003ddf0d9cfbc4505d83f333472b
0x21304679b35a68762a73f0efe40bcbc981547168fb842c05c5727cc9b689674d
0x0ce1c77b7a298c2303d04fb40b940759e69854c0be4e79359b521be7fbf8215f
0xab6dd517361ff99a34795fbc77eddc902cbf952b8a6939ebfae50e1f242848e0

Functions
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 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 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 ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint16 _idaddress _address
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActivebool _claimIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(