Cheeky Basturds
Verified contract
Active on
Base with 258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000575 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22730673 | 8 days ago | | | 0 | 1.4973310e-7 | |
| 22442546 | 15 days ago | | | 0 | 0.0000014440332 | |
| 22110111 | 22 days ago | | | 0 | 0.0000014159578 | |
| 21451966 | a month ago | | | 0 | 0.0000014362248 | |
| 21407195 | a month ago | | | 0 | 7.9740014e-7 | |
| 20409659 | 2 months ago | | | 0 | 0.000097390552 | |
| 19945524 | 2 months ago | | | 0 | 5.7778070e-7 | |
| 19374373 | 3 months ago | | | 0 | 4.2464773e-7 | |
| 18521568 | 3 months ago | | | 0 | 5.9234660e-7 | |
| 18481991 | 3 months ago | | | 0 | 4.5579600e-7 |
ABI
ABI objects
Getter at block 23080883
baseTokenURI() view returns (string)
ipfs://QmX7f3zVYh1UuNr5fNsuEoVmnCDVA6VfzRJLstE28umNHj/
decimals() view returns (uint8)
18
erc721totalSupply() view returns (uint256)
2598
maxMintedId() view returns (uint256)
2598
name() view returns (string)
Cheeky Basturds
owner() view returns (address)
0x3aaa19d2e207d751ccc14788e1173cc46984a6d5
royaltiesAddr() view returns (address)
0x3aaa19d2e207d751ccc14788e1173cc46984a6d5
royaltyAmount() view returns (uint256)
500
symbol() view returns (string)
Cheeky
totalSupply() view returns (uint256)
2598000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdPool(uint256) view returns (uint256)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setRoyaltiesAddr(address _royaltiesAddr)
setRoyaltyAmount(uint256 _royaltyAmount)
setTokenURI(string _tokenURI)
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)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
IdNotAssigned()
InvalidId()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidSetWhitelistCondition()
NotFound()
PoolIsEmpty()
Unauthorized()
UnsafeRecipient()