BasePaintWIP
Verified contract
Active on
Base with 27,122 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 |
---|---|---|---|---|---|
OHNO | ERC-20 | 89.882353 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22761290 | 16 minutes ago | | | 0 | 6.9613911e-7 | |
| 22759762 | an hour ago | | | 0 | 6.9613911e-7 | |
| 22759135 | an hour ago | | | 0 | 6.9613911e-7 | |
| 22758670 | 2 hours ago | | | 0 | 6.9613911e-7 | |
| 22756073 | 3 hours ago | | | 0 | 6.9586126e-7 | |
| 22749988 | 7 hours ago | | | 0 | 6.9613911e-7 | |
| 22748223 | 8 hours ago | | | 0 | 0.000000702152212502 | |
| 22743813 | 10 hours ago | | | 0 | 0.0000066491081 | |
| 22743294 | 10 hours ago | | | 0 | 0.0000066491081 | |
| 22742778 | 11 hours ago | | | 0 | 0.0000066491081 |
ABI
ABI objects
Getter at block 22761773
baseURI() view returns (string)
https://basepaint.xyz/api/wip/
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=BasePaint WIP, version=1, chainId=8453, verifyingContract=0xe6249eafdc9c8a809fe28a5213120b1860f9a75f, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
BasePaint WIP
owner() view returns (address)
0x1e79b045dc29eae9fdc69673c9dcd7c53e5e159d
symbol() view returns (string)
BPWIP
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 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32 txHash, bytes signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setSigner(address signer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address signer)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)