Weave DAO Token
Verified contract
Active on
Ethereum with 251 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 "Weave DAO Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787507 | 2 months ago | | | 0 | 0.00034849007 | |
| 20446371 | 4 months ago | | | 0 | 0.000057211135 | |
| 20446365 | 4 months ago | | | 0 | 0.000058212425 | |
| 19551348 | 8 months ago | | | 0 | 0.00044369098 | |
| 19550851 | 8 months ago | | | 0 | 0.00043654835 | |
| 16767619 | 2 years ago | | | 0 | 0.00048444000 | |
| 12484003 | 4 years ago | | | 0 | 0.0012449440 | |
| 11680528 | 4 years ago | | | 0 | 0.0027517350 | |
| 11625317 | 4 years ago | | | 0 | 0.00092870400 | |
| 11510611 | 4 years ago | | | 0 | 0.0014075670 |
ABI
ABI objects
Getter at block 21289380
decimals() view returns (uint8)
18
governance() view returns (address)
0x2a31682cc45263505f4eef7110f3c9e058616213
name() view returns (string)
Weave DAO Token
symbol() view returns (string)
WEV
totalSupply() view returns (uint256)
10418994140625000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.