MetaTreeDAO
Verified contract
Active on
Ethereum with 249 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TREE | ERC-20 | 799.452B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20001414 | 6 months ago | | | 0 | 0.00013312149 | |
| 18631507 | a year ago | | | 0 | 0.0012599952 | |
| 17720804 | a year ago | | | 0 | 0.0012668965 | |
| 17264420 | 2 years ago | | | 0 | 0.0023636275 | |
| 16864703 | 2 years ago | | | 0 | 0.00079058526 | |
| 16233528 | 2 years ago | | | 0 | 0.00066359808 | |
| 14557353 | 3 years ago | | | 0 | 0.00087275565 | |
| 13930367 | 3 years ago | | | 0 | 0.0079294042 | |
| 13928078 | 3 years ago | | | 0 | 0.0046132707 | |
| 13927974 | 3 years ago | | | 0 | 0.0077961035 |
ABI
ABI objects
Getter at block 21275600
DOMAIN_SEPARATOR() view returns (bytes32)
0x3837309cc033a9a9387623abfebc8b878710cf1574891095946ea3ed40ab62a4
daiToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
decimals() view returns (uint8)
18
name() view returns (string)
MetaTreeDAO
owner() view returns (address)
0x64852a1c742f8628ea584bc564a73762c356c647
sosToken() view returns (address)
0x3b484b82567a09e2588a13d54d032153f0c0aee0
stakingProposalId() view returns (uint256)
0
stakingSignerCount() view returns (uint256)
0
symbol() view returns (string)
TREE
totalSupply() view returns (uint256)
1000000000000000000000000000000
treasuryProposalId() view returns (uint256)
0
treasurySignerCount() view returns (uint256)
0
usdcToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
yearToken() view returns (address)
0x9010a15184da16e3a7c5b4aa50094dfe3bb36989
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimed(address) view returns (bool)
nonces(address owner) view returns (uint256)
stakingProposalExcutes(uint256) view returns (uint256)
stakingProposalSigner(uint256, address) view returns (bool)
stakingProposals(uint256) view returns (uint256 id, address excutor, uint256 amount)
stakingSigners(address) view returns (bool)
treasuryProposalExcutes(uint256) view returns (uint256)
treasuryProposalSigner(uint256, address) view returns (bool)
treasuryProposals(uint256) view returns (uint256 id, address excutor, uint256 amount)
treasurySigners(address) view returns (bool)
State-modifying
Events addStakingProposal(address excutor, uint256 amount)
addStakingSigner(address signer)
addTreasuryProposal(address excutor, uint256 amount)
addTreasurySigner(address signer)
approve(address spender, uint256 amount) returns (bool)
claimTokens()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeStaking(uint256 proposalId)
executeTreasury(uint256 proposalId)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setOtherCliamToken(address year, address sos)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Claim(address indexed claimant, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address lpAddress, address usdt, address usdc, address dai)
This contract contains no fallback and receive objects.
This contract contains no error objects.