ChubbyCattleNFTSeller

Verified contract

Active on Ethereum with 1,141 txns
Deployed by via 0x2f5c64d8 at 16795161
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ChubbyCattleNFTSeller"

0x9380eb6632346441e7b897c237150eadd0d37753c5b8887c99cbeca39207b314
0x15a7a1cedc245570e871a01de03372e4c175309e14e240ab53e916968530f27a
0x45ca804247ad8f5b41c2f7f4205d9fc893f4632c1590df884bde07b90044a2a0
0xa7c83af7518447b8398955705b0b760e4cc8f52e4660e57142f794f30c10586f
0x492cdef81f9a9f1b991b1eab3270cb1eae17c2a757feac2db46943b6f4a90259
0x8969e32c46f5d5a100ea86d9e85fe5e4262f26a342370c923c0d70a952f688fa
0x00cca43e0ce567d9e3a0747aa5db5988de0f0b31126d2e765844ffd3016b34c1
0xd2645c28654ab19317f264f05054cef7cd471478afd9ae6ad6ccc237de439657
0xa3f9ed5bf92170980644d6abb677b78b2079261eadad29146d41a2849af1a843
0x8a7b62787c5f5e738ca422ea6b398d13555a71a2248f40c1e8c0a3db6f47647b

Functions
Getter at block 21124253
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
paused(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256 balance)
getApproved(uint256 tokenIdview returns (address operator)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address owner)
supportsInterface(bytes4 interfaceIdview returns (bool)
tierPriceInEth(uint256 _tierview returns (uint256)
State-modifying
approve(address touint256 tokenId
grantRole(bytes32 roleaddress account
purchase(address _touint256 _tieruint256 _quantitypayable 
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool _approved
setChubbyCattleAddress(address _chubbyCattleAddress
setPaymentAddress(address _paymentAddress
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address _chubbyCattleAddressaddress _paymentAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InsufficientFee(
NotImplemented(
UnableCollectFee(