CharlesDAO
Verified contract
Active on
Ethereum with 2,253 txns
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 "CharlesDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20393425 | 4 months ago | | | 0 | 0.000091478543 | |
| 19835482 | 7 months ago | | | 0 | 0.00023858823 | |
| 19798244 | 7 months ago | | | 0 | 0.00029571792 | |
| 19703126 | 7 months ago | | | 0 | 0.00035751590 | |
| 19460774 | 8 months ago | | | 0 | 0.00061576824 | |
| 19320937 | 9 months ago | | | 0 | 0.0014267435 | |
| 19244682 | 10 months ago | | | 0 | 0.00077583769 | |
| 19244678 | 10 months ago | | | 0 | 0.00085505547 | |
| 19187503 | 10 months ago | | | 0 | 0.0012725871 | |
| 19187493 | 10 months ago | | | 0 | 0.0013402816 |
ABI
ABI objects
Getter at block 21316345
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmdabQ7aWrFPS3s8JU4mpTn6aiHCp7a7umsnCvP725AejK/
name() view returns (string)
CharlesDAO
owner() view returns (address)
0x2c89fc3e9597ce15e50949f96a49dad301308ef2
symbol() view returns (string)
BEANIE
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()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string base)
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)
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.