Capybara
Verified contract
Active on
Ethereum with 7,660 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 "Capybara"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156676 | 3 hours ago | | | 0 | 0.00060177393 | |
| 21149400 | a day ago | | | 0 | 0.00047525074 | |
| 21149277 | a day ago | | | 0 | 0.00039199149 | |
| 21149269 | a day ago | | | 0 | 0.00041687711 | |
| 21141589 | 2 days ago | | | 0 | 0.00050719393 | |
| 21135174 | 3 days ago | | | 0 | 0.00075011555 | |
| 21135157 | 3 days ago | | | 0 | 0.0024493871 | |
| 21134378 | 3 days ago | | | 0 | 0.0011535362 | |
| 21134092 | 3 days ago | | | 0 | 0.00046393751 | |
| 21133905 | 3 days ago | | | 0 | 0.00044612193 |
ABI
ABI objects
Getter at block 21157613
MAX_NATIVE_SUPPLY() view returns (uint256)
6000
MINT_LIMIT() view returns (uint256)
5700
alreadyMinted() view returns (uint256)
5369
baseTokenURI() view returns (string)
dataURI() view returns (string)
https://ipfs.particle.network/QmNysXkXDpCa7hFpAg1tz3rPBFxmnY2ApWgbPz8kdUnft5/
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Capybara, version=1, chainId=1, verifyingContract=0x7ce5a1d0d9a4d19fc71c3b3426c463907cdfd317, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getOwnerBalanceOf() view returns (uint256)
0
minted() view returns (uint256)
9855
name() view returns (string)
CAPYBARA CREW
owner() view returns (address)
0x351aba1c45254dec71f7681decd283b9b1c1a5f0
symbol() view returns (string)
CAPYBARA
totalSupply() view returns (uint256)
6000000000000000000000
verifySigner() view returns (address)
0xafe7ef08a99d0dec704d404d874021e666269d47
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
firstMint(address) view returns (uint256)
getApproved(uint256) view returns (address)
getFirstMint(address target) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
mint(struct MintStruct mintStruct)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setDataURI(string _dataURI)
setTokenURI(string _tokenURI)
setVerifySigner(address _verifySigner)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EIP712DomainChanged()
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner, address _verifySigner)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidShortString()
NotFound()
StringTooLong(string str)
Unauthorized()
UnsafeRecipient()