WORKHARD DAO
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 8 additional slots
-
variable spans 13 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "WORKHARD DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15220778 | 2 years ago | | | 0 | 0.0018693052 | |
| 15220704 | 2 years ago | | | 0 | 0.0037532535 | |
| 15220682 | 2 years ago | | | 0 | 0.0018040345 | |
| 13602181 | 3 years ago | | | 0 | 0.055854734 | |
| 13547074 | 3 years ago | | | 0 | 0.054498659 | |
| 13513731 | 3 years ago | | | 0 | 0.054197693 | |
| 13410530 | 3 years ago | | | 0 | 0.031002359 | |
| 13405757 | 3 years ago | | | 0 | 0.023731361 | |
| 13353870 | 3 years ago | | | 0 | 0.032010235 | |
| 13308757 | 3 years ago | | | 0 | 0.030446128 |
ABI
ABI objects
Getter at block 21263947 getController() view returns (struct ProjectDAO) getMasterDAO() view returns (struct ProjectDAO)
baseURI() view returns (string)
ipfs://
getAllDAOs() view returns (uint256[])
[0, 3]
getCommons() view returns (struct ProjectCommonContracts)
(0xc0aee478e3658e2610c5f7a4a2e1777ce9e4f2ac, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, 0xa4fc358455febe425536fd1878be67ffdbdec59a, 0x2519fcbf3bd0d86a041dff3161cdfe13a6917e00, 0xf8ae45d53d8cb30f4b633c1098d1d59eced1845a, 0x1447260837c3095fa0aa2692e7fe6b29b714b136, 0xe0aa3eb6db377706f46dba4444d31bd4c695cfb8, 0xfee722c86d2aa3fd1119e62c447f459197857681, 0x7b579904ae7295013ecacdf9f8b6405758cd6f1b)
name() view returns (string)
WORKHARD DAO
recoverer() view returns (address)
0x665195af629b27728825506cdf9a151a684a0793
symbol() view returns (string)
WORKHARD
totalSupply() view returns (uint256)
13
Read-only
balanceOf(address owner) view returns (uint256)
daoOf(uint256 id) view returns (uint256 daoId)
getApproved(uint256 tokenId) view returns (address)
getDAO(uint256 id) view returns (struct ProjectDAO)
growth(uint256 id) view returns (uint256)
immortalized(uint256 id) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
nameOf(uint256 id) view returns (string)
nonRecoverable(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
permanentlyNonRecoverable(address) view returns (bool)
projectsOf(uint256 daoId) view returns (uint256 len)
projectsOfDAOByIndex(uint256 daoId, uint256 index) view returns (uint256 id)
supportsInterface(bytes4 interfaceId) view returns (bool)
symbolOf(uint256 id) view returns (string)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeMultisig(uint256 id, address newMultisig)
createProject(uint256 daoId, string uri) returns (uint256 id)
disable(address _contract)
disablePermanently(address _contract)
enable(address _contract)
immortalize(uint256 id)
initialize(address _recoverer, address[] disableList)
launch(uint256 id, uint256 liquidityMiningRate, uint256 commitMiningRate, uint256 treasury, uint256 caller)
recoverERC20(address tokenAddress, uint256 tokenAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRecoverer(address _recoverer)
transferFrom(address from, address to, uint256 tokenId)
updateURI(uint256 id, string uri)
upgradeToDAO(uint256 id, struct ProjectCloneParams params)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DAOLaunched(uint256 id)
NewProject(uint256 indexed daoId, uint256 id)
ProjectMoved(uint256 indexed from, uint256 indexed to)
Recovered(address token, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(struct ProjectDAO controller, struct ProjectCommonContracts commons)
This contract contains no fallback and receive objects.
This contract contains no error objects.