ChubbyCattleNFTSeller
Verified contract
Active on
Ethereum with 1,141 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 "ChubbyCattleNFTSeller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110748 | 2 days ago | | | 0.28679239 | 0.00069709448 | |
| 21103138 | 3 days ago | | | 0.28233302 | 0.00083558635 | |
| 21102383 | 3 days ago | | | 0.28280717 | 0.00099430452 | |
| 21101481 | 3 days ago | | | 0.28269602 | 0.0022912322 | |
| 21073724 | 7 days ago | | | 1.1309513 | 0.0023491549 | |
| 21072076 | 7 days ago | | | 1.126138 | 0.0025000776 | |
| 21064696 | 8 days ago | | | 1.1779919 | 0.0022774099 | |
| 21054766 | 10 days ago | | | 0.28375485 | 0.00070885842 | |
| 21053917 | 10 days ago | | | 1.1975479 | 0.00081582636 | |
| 21033743 | 13 days ago | | | 1.1574379 | 0.0015139841 |
ABI
ABI objects
Getter at block 21124253
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
paused() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address operator)
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 owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tierPriceInEth(uint256 _tier) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
purchase(address _to, uint256 _tier, uint256 _quantity) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool _approved)
setChubbyCattleAddress(address _chubbyCattleAddress)
setPaymentAddress(address _paymentAddress)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address _chubbyCattleAddress, address _paymentAddress)
This contract contains no fallback and receive objects.
InsufficientFee()
NotImplemented()
UnableCollectFee()