Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "Based Brians"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18983106 | 3 months ago | | | 0 | 0.0000017765482 | |
| 18080977 | 4 months ago | | | 0 | 0.0000017619938 | |
| 17781716 | 4 months ago | | | 0 | 0.0000010271230 | |
| 17781695 | 4 months ago | | | 0 | 0.0000010293918 | |
| 17781680 | 4 months ago | | | 0 | 0.0000010314293 | |
| 17781667 | 4 months ago | | | 0 | 9.2514757e-7 | |
| 17781653 | 4 months ago | | | 0 | 9.2697853e-7 | |
| 17781637 | 4 months ago | | | 0 | 0.0000010596489 | |
| 17781625 | 4 months ago | | | 0 | 0.0000010548920 | |
| 17177721 | 4 months ago | | | 0 | 6.1781230e-7 |
ABI
ABI objects
Getter at block 22751283
baseERC20() view returns (address base)
0xd473475958d4c1538418224a52e5c0a6c997835a
name() view returns (string result)
Based Brians
symbol() view returns (string result)
CAP
totalSupply() view returns (uint256 result)
1393
Read-only
balanceOf(address owner) view returns (uint256 result)
getApproved(uint256 id) view returns (address result)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownerOf(uint256 id) view returns (address result)
supportsInterface(bytes4 interfaceId) view returns (bool result)
tokenURI(uint256 id) view returns (string result)
State-modifying
Events approve(address spender, uint256 id)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address deployer)
fallback()
receive()
AlreadyLinked()
CannotLink()
NotLinked()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()