Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "based dAIlies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13145089 | 7 months ago | | | 0 | 0.0000026363117 | |
| 3989989 | a year ago | | | 0 | 0.0000047137204 | |
| 3989947 | a year ago | | | 0 | 4.3399530e-7 | |
| 3989939 | a year ago | | | 0 | 0.0000010166990 | |
| 3949816 | a year ago | | | 0 | 2.9062761e-7 | |
| 3949806 | a year ago | | | 0 | 0.0000010329754 | |
| 3949634 | a year ago | | | 0 | 0.0000052401311 | |
| 3949529 | a year ago | | | 0 | 0.0000016198689 | |
| 3949510 | a year ago | | | 0 | 0.000011377578 | |
| 3949364 | a year ago | | | 0 | 3.6605603e-7 |
ABI
ABI objects
Getter at block 22764182
name() view returns (string)
based dAIlies
owner() view returns (address)
0xb3c25d46f0b4543277d312fc894bb6e7f07b9d06
symbol() view returns (string)
bdAIly
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256) view returns (string)
uri(uint256 _id) view returns (string)
State-modifying
Events mint(address _to, uint256 _id, uint256 _amount)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(uint256 _id, string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)