Capybara
Verified contract
Active on
Ethereum with 2,899 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Capybara"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21396350 | 3 days ago | | | 0 | 0.00065069031 | |
| 21374781 | 6 days ago | | | 0 | 0.0015024197 | |
| 21276791 | 20 days ago | | | 0 | 0.00043698191 | |
| 21269811 | 21 days ago | | | 0 | 0.00022154673 | |
| 21269809 | 21 days ago | | | 0 | 0.00038510218 | |
| 21224865 | a month ago | | | 0 | 0.00067385008 | |
| 21224682 | a month ago | | | 0 | 0.00073011782 | |
| 21215332 | a month ago | | | 0 | 0.00068820878 | |
| 20983008 | 2 months ago | | | 0 | 0.00019418400 | |
| 20896111 | 2 months ago | | | 0 | 0.00014397843 |
ABI
ABI objects
Getter at block 21421313
costOG() view returns (uint256)
30000000000000000
costPublic() view returns (uint256)
60000000000000000
costWL() view returns (uint256)
40000000000000000
hiddenMetadataUri() view returns (string)
ipfs://QmStY4JA5qqVaRKTSgrALntQD7Bdb6hRLaEmUrL3C6xZ5Z/hidden.json
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
7700
maxSupplyForDevs() view returns (uint256)
120
name() view returns (string)
Capybara
nftPerAddressLimit() view returns (uint256)
5
nftPerAddressLimitPreSale() view returns (uint256)
3
owner() view returns (address)
0x150a5fc16cf9fd832880ecf07ed511880a9a1e05
paused() view returns (bool)
true
presale() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
CCC
totalSupply() view returns (uint256)
2736
uriPrefix() view returns (string)
ipfs://QmQmFFzXde1HiToSTuQuVdQAJXC9jwPRzBrfi6Fyb4kqS1/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
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)
mintForAddress(uint256 _mintAmount, address _receiver)
mintOG(uint256 _mintAmount, bytes32[] proof) payable
mintPublicSale(uint256 _mintAmount) payable
mintWL(uint256 _mintAmount, bytes32[] proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCostOG(uint256 _cost)
setCostPublic(uint256 _cost)
setCostWL(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setPresale(bool _state)
setRevealed(bool _state)
setRootOg(bytes32 _root)
setRootWl(bytes32 _root)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()