Base is for builders
Verified contract
Active on
Base with 264,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
toby | ERC-20 | 295.774647M | $0.00 |
$13.61 | |
DOG | ERC-20 | 141.507765 | $0.006749 |
$0.96 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.11 | |
MAG | ERC-20 | 0.627062 | $0.000075 |
$0 | |
Ahegao | ERC-20 | 115.177886M | -- | -- | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
SAE | ERC-20 | 3.438613K | -- | -- | |
) | BASEBUILDERS | ERC-721 | 1 | -- | -- |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22693443 | 18 hours ago | | | 0 | 0.000000042411184210 | |
| 22691460 | 19 hours ago | | | 0 | 0.000000074056531152 | |
| 22680193 | a day ago | | | 0 | 0.000000039162222332 | |
| 22670461 | a day ago | | | 0 | 0.000000042411184210 | |
| 22670025 | a day ago | | | 0 | 0.0000011986031 | |
| 22669148 | a day ago | | | 0 | 0.000000042411184210 | |
| 22669119 | a day ago | | | 0 | 0.000000042411184210 | |
| 22669110 | a day ago | | | 0 | 0.000000042411184210 | |
| 22628034 | 2 days ago | | | 0 | 0.000000069904325466 | |
| 22627794 | 2 days ago | | | 0 | 0.000000076177780890 |
ABI
ABI objects
Getter at block 22725087
name() view returns (string)
Base is for builders
symbol() view returns (string)
BASEBUILDERS
Read-only
balanceOf(address owner) 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) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes signature) returns (uint256)
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)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.