CopeRope

Verified contract

Active on Ethereum with 3,554 txns
Deployed by via 0x6bcdb2c7 at 17097142
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional variables

No balances found for "CopeRope"

0xaa7c7ff52e224593390e8aa1db6673249ecb14572eee5fceb6442f377bf2576c
0x3c33084035ef05f02faf78f2483ce4d0ae0049dd0e6eb5d04fc6ee5508fc37ca
0x35015834196462c52087f902a0570c7d7544861734aa964c6d95902fa77d14ba
0x01da1f7fa3db885637cad807db066b3966a7cd2615c024e2219306daff543315
0xa208096dbe7b941b1aabd557b6ac352ba4531d5919fd8df4d608f8e1b8372680
0xdeb6030ad5d56b97029aa56791e21f7dfabbda32aff5f51cea457e3843c5c77f
0xfe7aee9d01295b97845498d2041537007e4331202880ab6d29ad985b85fc42ff
0x50b1026e710014c889250775da188e74c2dad007a8c2a26549e0c2a6f0692eb1
0xe4a4d9758e0bfcb040739d9b6502a44dbc729115687b6f548c8f649cfb9f1885
0xebddf8ee7adb4ffb13ceafeb8fd6a9c7908804cb03c086b1e84e1367213f5a1f

Functions
Getter at block 20928278
FREE_SUPPLY(view returns (uint16)
0
MAX_FREE_PER_TX(view returns (uint16)
1
MAX_FREE_PER_WALLET(view returns (uint16)
1
MAX_PER_TX(view returns (uint16)
5
MAX_PER_WALLET(view returns (uint16)
5
MAX_SUPPLY(view returns (uint16)
5432
MINT_STAGE(view returns (uint16)
2
NOTES_ENABLED(view returns (bool)
false
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
REVEAL_STAGE(view returns (uint16)
0
ROPE_PRICE(view returns (uint256)
12000000000000000
STAKING_ENABLED(view returns (bool)
true
TEAM_SUPPLY(view returns (uint16)
162
getRevealStage(view returns (uint256)
0
name(view returns (string)
CopeRope
owner(view returns (address)
0x8ef94b8e22d741c687c15fc275d4a119c03464b4
symbol(view returns (string)
ROPE
totalSupply(view returns (uint256)
5432
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
burnRope(uint256[] tokenIds
claim(uint256[] tokenIds
claimInstantStakeReward(uint256[] tokenIds
enableNotes(
enableStaking(
finalizeNote(uint256 tokenIdstring note
freeMint(uint256 quantity
mint(uint256 quantitypayable 
renounceOwnership(
revealNextStage(uint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(uint256 stagestring uriPart
setCopeTokenContract(address _token
setDefaultRoyalty(address _receiveruint96 _fee
setRevealCosts(uint256 stageuint256 price
setRopeNoteContract(address _ropeNote
setRopeStakeContract(address _ropeContract
stake(uint256[] tokenIds
teamMint(uint16 quantity
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unstake(uint256[] tokenIds
updateFreeSupply(uint16 _freeSupply
updateMaxFreePerTxn(uint16 _maxFreePerTxn
updateMaxFreePerWallet(uint16 _maxFreePerWallet
updateMaxPerTxn(uint16 _maxPerTxn
updateMaxPerWallet(uint16 _maxPerWallet
updateMaxSupply(uint16 _maxSupply
updateMintStage(uint16 _mintStage
updateRevealStage(uint16 stage
updateRopePrice(uint256 _ropePrice
withdraw(address _withdrawTo
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _placeholderUriuint16 _maxSupplyuint16 _freeSupplyuint16 _maxPerTxuint16 _maxPerWalletuint16 _maxFreePerTxuint16 _maxFreePerWalletuint16 _teamSupplyuint256 _ropePrice
Fallback and receive

This contract contains no fallback and receive objects.

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