BasePaintBrush
Verified contract
Active on
Base with 9,683 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($211.33)
Native
Value
$211.21
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.084 | $2,514.41 |
$211.21 | |
GRG | ERC-20 | 0.1 | $1.15 |
$0.11 | |
USA | ERC-20 | 1 | $0.001594 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000632 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
Pi2.0 | ERC-20 | 1.003142K | -- | -- | |
OHNO | ERC-20 | 99.162791 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21825811 | 13 hours ago | | | 0.003 | 6.9525570e-7 | |
| 21823337 | 14 hours ago | | | 0.003 | 6.8255960e-7 | |
| 21816877 | 17 hours ago | | | 0.003 | 5.4593230e-7 | |
| 21805873 | a day ago | | | 0.003 | 6.8255960e-7 | |
| 21791149 | a day ago | | | 0.003 | 6.7389248e-7 | |
| 21778702 | 2 days ago | | | 0.003 | 6.7289330e-7 | |
| 21765893 | 2 days ago | | | 0 | 2.5774016e-7 | |
| 21763237 | 2 days ago | | | 0.003 | 0.0000018252086 | |
| 21760837 | 2 days ago | | | 0 | 1.3266487e-7 | |
| 21713892 | 3 days ago | | | 0 | 2.4849576e-7 |
ABI
ABI objects
Getter at block 21848315
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=BasePaint Brush, version=1, chainId=8453, verifyingContract=0xd68fe5b53e7e1abeb5a4d0a6660667791f39263a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
BasePaint Brush
owner() view returns (address)
0x3a6501b70af266f59410f1f8066e263b2e1783ab
symbol() view returns (string)
BPB
totalSupply() view returns (uint256)
3349
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)
strengths(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 strength, uint256 nonce, bytes signature) payable
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 newSigner)
setStrength(uint256 tokenId, uint256 strength)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgrade(uint256 tokenId, uint256 strength, uint256 nonce, bytes signature) payable
withdraw()
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 newSigner)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)