Capies
Verified contract
Active on
Ethereum with 14,789 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 "Capies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158909 | 2 days ago | | | 0 | 0.00086183889 | |
| 21106745 | 9 days ago | | | 0 | 0.00010549459 | |
| 21106406 | 9 days ago | | | 0 | 0.000091238300 | |
| 21103661 | 9 days ago | | | 0 | 0.00010849960 | |
| 21100201 | 10 days ago | | | 0 | 0.00011498746 | |
| 21014915 | 22 days ago | | | 0 | 0.00076886839 | |
| 21014900 | 22 days ago | | | 0 | 0.00077987060 | |
| 20997937 | 24 days ago | | | 0 | 0.00021547518 | |
| 20997935 | 24 days ago | | | 0 | 0.00022860175 | |
| 20755017 | 2 months ago | | | 0 | 0.000067152652 |
ABI
ABI objects
Getter at block 21171502
name() view returns (string)
Capies
owner() view returns (address)
0xb386e92acf9279cebb13389811c22b77cc649bd6
paused() view returns (bool)
false
skipPremint() view returns (bool)
true
symbol() view returns (string)
CAPIES
totalSupply() view returns (uint256)
10000
Read-only
amountMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
doSkipPremint()
mint(bytes32[] _merkleProof, uint256 _amount)
mintAdmin(uint256 _amount)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _newRoot, uint256 stage)
setPaused(bool _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseTokenURI)
This contract contains no fallback and receive objects.
AllowanceExceeded()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
EOAOnly()
IncorrectProof()
InvalidQueryRange()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistSupplyExceeded()