ChubbyCattleNFTSeller

Verified contract

Active on Ethereum with 1,149 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"

0xec6fa0e186597225cf2a9a375e837b37cf76b6bd60666be6e63ce48c4e936a83
0xa25d8890acdd7ee3b7b7d5b8815b7e8f05c6dcfccb69efe23407ea84da660c9e
0x0189bf90847629d293b51df357ef7af5d8d595ea90223a35331837d500a68984
0xf7c600254a6fed883e160923d8b32aa1406812f730ee14d7c41ec421b282039b
0x2683bfabf69c385427ef30e0fe44d2303607841c151763c285974079f93b4004
0x2fc387e2ead32ef8950b21e8fc27eb5d613a4e0d8566c583176a9a5d1aa10111
0x459f32ecc697ed9f9baf4d7d0742363d24a08e1965d5d77d7e380a6e5661e313
0xcef27be4602c13602cc16c64ea39ea3ac8c83d3c102bdfcfff23c21a08e78e47
0x9380eb6632346441e7b897c237150eadd0d37753c5b8887c99cbeca39207b314
0x15a7a1cedc245570e871a01de03372e4c175309e14e240ab53e916968530f27a

Functions
Getter at block 21216616
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(