Kudzu on Base
Verified contract
Active on
Base with 4,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xa660…44ec
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BILLY | ERC-20 | 133.777K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
(#4851482) | KZB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22014516 | 3 days ago | | | 0 | 2.1771977e-7 | |
| 21976251 | 4 days ago | | | 0 | 6.7511673e-7 | |
| 21803298 | 8 days ago | | | 0 | 1.3252701e-7 | |
| 21777688 | 8 days ago | | | 0 | 2.1357698e-7 | |
| 21746323 | 9 days ago | | | 0 | 8.6269281e-7 | |
| 21746215 | 9 days ago | | | 0 | 8.5769038e-7 | |
| 21746084 | 9 days ago | | | 0 | 8.4532122e-7 | |
| 21706606 | 10 days ago | | | 0 | 6.7267750e-7 | |
| 21706166 | 10 days ago | | | 0 | 2.1062409e-7 | |
| 21705962 | 10 days ago | | | 0 | 2.1208981e-7 |
ABI
ABI objects
Getter at block 22138461
baseURI() view returns (string)
metadata() view returns (address)
0xa66044b5c42ca2bd7e542af3f62fea5c094c44ec
name() view returns (string)
Kudzu on Base
owner() view returns (address)
0xfa398d672936dcf428116f687244034961545d91
symbol() view returns (string)
KZB
totalSupply() view returns (uint256)
27816
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPiecesOfTokenID(uint256 tokenId) pure returns (uint256 id, uint256 eyes, uint256 mouth)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMetadata(address _metadata)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Infect(address indexed from, address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _metadata, address genesis)
This contract contains no fallback and receive objects.
This contract contains no error objects.