OrigamiClub

Verified contract

Active on Ethereum with 2,459 txns
Deployed by via 0xcf55b4e2 at 16031809
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $314.81
0x874b7f7ce360fdb166912968cbcde3051c75357ec41dcce14e00c7b13f4e7109
0x155c53e2d0003e70e4fcf7f3b5bd1e2f88ebec05c2f4dc756d60ebc8e427e850
0x1f825994fc313e19e22572722e9b00bb030b00d4bba89272876bdfe150a1c1ce
0xf361bf86612c65b5c27afc1f5119887c5c7555ebf1586804503cb2042585991f
0x360808deaf19513aa2ce197298aa853da9d42d2bc23f3f811d654b0bf6b0afba
From
0x01d06b20aa305cf7416f3c4b2a0d29ef5e134c3a4f1e8d3fd357b42dce6ab7ef
0x6abddd596ce6cf2cb138f2900fa184779a7eb18719519874eda42209548d27ad
0xdd8093618ee2d832f801fe75da0d2011e5ddab3c04068ac0bcd9862d121d5864
0x24bc70290b66e400fe5df7abb7ab5e861ed1239aa93a0a4e6fbfc0caf141daa9
0xc1f1073fba89a7652d220ee6b65ffb8f5b6596c3c9b141bf7d1d2d9a0b031b21

Functions
Getter at block 21384365
FIRST_MINT_PRICE(view returns (uint256)
0
name(view returns (string)
OrigamiClub
owner(view returns (address)
0x25114e94dd91764c082806ce682bce0fdc756ed5
paused(view returns (bool)
false
symbol(view returns (string)
OGClub
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
freeMintedCount(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalMintedCount(address ownerview returns (uint256)
State-modifying
approve(address operatoruint256 tokenId
collectReserves(
flipSale(
mint_540(uint256 _quantitypayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseUri
setFirstMintPrice(uint256 _newPrice
setOwner(address newOwner
transferFrom(address fromaddress touint256 tokenId
withdraw(
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
OwnerUpdated(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(