Capes 666
Verified contract
Active on
Ethereum with 2,185 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Capes 666"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20789006 | 2 months ago | | | 0 | 0.00024036859 | |
| 20369888 | 4 months ago | | | 0 | 0.00040882505 | |
| 20367911 | 4 months ago | | | 0 | 0.00015093622 | |
| 18906806 | a year ago | | | 0 | 0.00080217622 | |
| 18904208 | a year ago | | | 0 | 0.00062150139 | |
| 18803039 | a year ago | | | 0 | 0.00078912200 | |
| 18799820 | a year ago | | | 0 | 0.0016069651 | |
| 16753519 | 2 years ago | | | 0 | 0.00079460447 | |
| 16713657 | 2 years ago | | | 0 | 0.00098972958 | |
| 16690061 | 2 years ago | | | 0 | 0.0011862658 |
ABI
ABI objects
Getter at block 21226930
COST() view returns (uint256)
0
MAX_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
666
contractURI() view returns (string)
ipfs://QmPidorWQJAM747sZmq7rB6YwQudNrw3hE4Ve4KmHRCwmP
name() view returns (string)
Capes 666
saleIsActive() view returns (bool)
true
symbol() view returns (string)
CAPES666
totalSupply() view returns (uint256)
666
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _new)
setContractURI(string _new)
setSale(bool _saleIsActive)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()