Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($102.03)
Native
Value
$102.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.03 | $3,400.98 |
$102.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2147251 | a year ago | | | 0.03 | 0.00017604601 | |
| 2147238 | a year ago | | | 0 | 0.000045633002 | |
| 2147111 | a year ago | | | 0.03 | 0.00017604601 | |
| 2147104 | a year ago | | | 0 | 0.000045633002 | |
| 2147101 | a year ago | | | 0.03 | 0.00017604601 | |
| 2147094 | a year ago | | | 0 | 0.000045633002 | |
| 2147090 | a year ago | | | 0.03 | 0.00017604601 | |
| 2147075 | a year ago | | | 0 | 0.000045633002 | |
| 2147050 | a year ago | | | 0.03 | 0.00017604601 | |
| 2146849 | a year ago | | | 0 | 0.000043537502 |
ABI
ABI objects
Getter at block 22947141
name() view returns (string)
BaldPunks
owner() view returns (address)
0x174f0b2f8a02505d222bcf71a4d3eb36617c6bb9
symbol() view returns (string)
BALD
totalSupply() view returns (uint256)
115
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(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setMaxSupply(uint256 _maxSupply)
setPause(bool _pause)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.