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 "Chuds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19544053 | 8 months ago | | | 0 | 0.00055188782 | |
| 19502244 | 9 months ago | | | 0 | 0.00074222778 | |
| 18870667 | a year ago | | | 0 | 0.0011951519 | |
| 18616688 | a year ago | | | 0 | 0.0030119356 | |
| 18323981 | a year ago | | | 0 | 0.00024506837 | |
| 17813644 | a year ago | | | 0 | 0.0014448225 | |
| 17813333 | a year ago | | | 0 | 0.0015447418 | |
| 17464449 | 2 years ago | | | 0 | 0.00071574193 | |
| 17273400 | 2 years ago | | | 0 | 0.0033243449 | |
| 17236773 | 2 years ago | | | 0 | 0.0040759537 |
ABI
ABI objects
Getter at block 21396085
chudLimit() view returns (uint256)
2
maxChuds() view returns (uint256)
2222
name() view returns (string)
Chuds
owner() view returns (address)
0xa389be769de463494c85f044101778e56e6af6c2
power() view returns (bool)
true
symbol() view returns (string)
CHUDS
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
chudsToAddress(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
assembleChud()
powerChuds()
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 uri)
setChudLimit(uint256 limit)
skim()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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 user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ChudLimitReached()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoSale()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()