Outside Yacht Club

Verified contract

Active on Ethereum with 5,977 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 "Outside Yacht Club"

0x7f97f39595a2b743b8f2ee322707d3a94019f57f4164281ee9102827c4a62ec9
0x42c146ae112763c77a2052d2d72c9b982c9ca4ba6352a7c72ca451d1ade598d7
0x23e2e3750122268075f27d5486412ee16e67e9ecc782724befe47c48da808972
0x46c705b3469f9c4ebcc56de11c6145a8c7f776dd9b276ba1c33398233218745b
0xfcbdbe5d8b5f7888aa2214282903b7fc9ccfe5fa8452f5bbccb50e2b2f4012f2
0x8f8e4e47c21c397999b6715faa9bf2a5a9fcd6017d240e6752b1ade3fb95a928
0x1c54580fc419983f40eb69f893d000cea6c1878ad20aa3675db09ee3376eea63
0xeb40f6e6ea821480d07728ff540a27bd238dcb30d84a4ea1b01ee905f2d54386
0x515429746a4f453e0ea7ce4c074856f70fb1122f6caeca91ab4e12ce242ce78b
0x4e7ac222e21394af161a5ca721ee7307032f4672582e1a360f3efcb201e26371

Functions
Getter at block 20855436
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
claimMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintpass(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
Outside Yacht Club
owner(view returns (address)
0xf657761fbd513ed69e8994754a9d7632e21406b6
provenance(view returns (string)
r2eAddress(view returns (address)
0x5f2f54ac56a0a551a77302e48fe61ff9bf794cec
saleMerkleRoot(view returns (bytes32)
0x7d68492809d2ad247e3e0ca56ecf6805e56669de4b9661af6aa0b7a8aa7595e8
symbol(view returns (string)
OSYC
token(view returns (uint16 maxSupplyuint8 pubMintTypeuint16 pubMaxMintuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool pubSaleIsActivebool claimIsActiveuint8 preSalePhasebool transferrablebool supplyLock)
(maxSupply=5555, pubMintType=1, pubMaxMint=10, preSalePrice=15000000000000000, pubSalePrice=25000000000000000, preSaleIsActive=false, pubSaleIsActive=false, claimIsActive=false, preSalePhase=1, transferrable=true, supplyLock=false)
totalReleased(view returns (uint256)
64065450000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
fiatMinters(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
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
airdrop(address[] _addressesuint16[] _quantities
approve(address operatoruint256 tokenIdpayable 
burn(uint256[] _ids
lockSupply(
mint(address _addressuint256 _quantityuint256 _maxMintbytes32[] _proofaddress _referrerpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setFiatMinter(address _addressbool _allowed
setMintPass(address _address
setPrice(uint72 _preSalePriceuint72 _pubSalePrice
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateConfig(uint16 _maxSupplyuint16 _pubMaxMintuint8 _pubMintType
updateSaleState(bool _preSaleIsActivebool _pubSaleIsActivebool _claimIsActiveuint8 _preSalePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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 _owneraddress _r2eAddressaddress[] _fiatMintersstring _provenancestruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(