CopeRope
Verified contract
Active on
Ethereum with 3,554 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "CopeRope"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20697020 | 3 months ago | | | 0 | 0.000064609994 | |
| 20514531 | 3 months ago | | | 0 | 0.00027000145 | |
| 20254340 | 5 months ago | | | 0 | 0.000063180789 | |
| 20165315 | 5 months ago | | | 0 | 0.00019793580 | |
| 19998419 | 6 months ago | | | 0 | 0.00088838504 | |
| 19313426 | 9 months ago | | | 0 | 0.0029720000 | |
| 19178816 | 10 months ago | | | 0 | 0.0019973321 | |
| 19178582 | 10 months ago | | | 0 | 0.0029203535 | |
| 19063515 | 10 months ago | | | 0 | 0.00088124148 | |
| 19063512 | 10 months ago | | | 0 | 0.00094821710 |
ABI
ABI objects
Getter at block 21258679
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
burnRope(uint256[] tokenIds)
claim(uint256[] tokenIds)
claimInstantStakeReward(uint256[] tokenIds)
enableNotes()
enableStaking()
finalizeNote(uint256 tokenId, string note)
freeMint(uint256 quantity)
mint(uint256 quantity) payable
renounceOwnership()
revealNextStage(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(uint256 stage, string uriPart)
setCopeTokenContract(address _token)
setDefaultRoyalty(address _receiver, uint96 _fee)
setRevealCosts(uint256 stage, uint256 price)
setRopeNoteContract(address _ropeNote)
setRopeStakeContract(address _ropeContract)
stake(uint256[] tokenIds)
teamMint(uint16 quantity)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _placeholderUri, uint16 _maxSupply, uint16 _freeSupply, uint16 _maxPerTx, uint16 _maxPerWallet, uint16 _maxFreePerTx, uint16 _maxFreePerWallet, uint16 _teamSupply, uint256 _ropePrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()