Chubby Cattle
Verified contract
Active on
Ethereum with 1,176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Chubby Cattle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21381080 | 11 hours ago | | | 0 | 0.0017478466 | |
| 21380532 | 13 hours ago | | | 0 | 0.0017709142 | |
| 21354169 | 4 days ago | | | 0 | 0.00083860553 | |
| 21352258 | 4 days ago | | | 0 | 0.00097343832 | |
| 21351826 | 5 days ago | | | 0 | 0.00078537577 | |
| 21351826 | 5 days ago | | | 0 | 0.00078680797 | |
| 21351812 | 5 days ago | | | 0 | 0.00084246394 | |
| 21333860 | 7 days ago | | | 0 | 0.0010774416 | |
| 21333843 | 7 days ago | | | 0 | 0.0017842415 | |
| 21325793 | 8 days ago | | | 0 | 0.0013715941 |
ABI
ABI objects
Getter at block 21384416
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
UPGRADE_ROLE() view returns (bytes32)
0x88aa719609f728b0c5e7fb8dd3608d5c25d497efbb3b9dd64e9251ebba101508
contractURI() view returns (string)
https://nft.chubbycattle.io/contract.json
maxSupply() view returns (uint256)
8888
name() view returns (string)
Chubby Cattle
owner() view returns (address)
0xb65b311136b8c9c38ad255266bf6497b86ee6410
paused() view returns (bool)
false
stage() view returns (uint256)
1
symbol() view returns (string)
CHUBBYCATTLE
totalSupply() view returns (uint256)
1912
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
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)
tierLimit(uint256) view returns (uint256)
tierMints(uint256) view returns (uint256)
tierPrice(uint256) view returns (uint256)
tierPriceInEth(uint256 _tier) view returns (uint256)
tierSupply(uint256) view returns (uint256)
tokenLock(uint256) view returns (uint256)
tokenTier(uint256) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] _to, uint256 _tier, uint256 _quantity, uint256 _lock)
approve(address to, uint256 tokenId) payable
claimNFTs(address _token, uint256 _tokenId, address _to)
claimValues(address _token, address _to)
deleteDefaultRoyalty()
grantRole(bytes32 role, address account)
mint(uint256 _tier, uint256 _quantity) payable
mintTo(address _to, uint256 _tier, uint256 _quantity)
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
revokeRole(bytes32 role, address account)
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)
setContractUri(string _contractUri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMaxSupply(uint256 _supply)
setPaused(bool _paused)
setPaymentAddress(address _paymentAddress)
setPriceFeedAddress(address _priceFeedAddress)
setProxyRegistryAddress(address _proxyRegistryAddress)
setStage(uint256 _stage)
setTierLimit(uint256 _tier, uint256 _limit)
setTierPrice(uint256 _tier, uint256 _price)
setTierSupply(uint256 _tier, uint256 _supply)
setTiers(uint256 _tiers)
setTokenRoyalty(uint256 _tokenId, address _receiver, uint96 _feeNumerator)
transferFrom(address _from, address _to, uint256 _tokenId) payable
transferOwnership(address newOwner)
unlockToken(uint256 _tokenId)
upgradeTier(uint256[] _tokenIds, uint256 _tier)
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenUpgraded(uint256 tokenId, uint256 tier)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _contractUri, string _baseUri, address _paymentAddress, address _royaltiesAddress, uint96 _feeNumerator, address _proxyRegistryAddress, address _priceFeedAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InsufficientFee()
InvalidSupply()
InvalidTier()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleIsClosed()
TokenDoesNotExist()
TokenIsLocked(uint256 until)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnableCollectFee()