Metavault DAO
Verified contract
Active on
Ethereum with 632 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 "Metavault DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049566 | 24 days ago | | | 0 | 0.00040369003 | |
| 21049551 | 24 days ago | | | 0 | 0.00056281706 | |
| 20844433 | 2 months ago | | | 0 | 0.00031412671 | |
| 20253969 | 4 months ago | | | 0 | 0.000039613169 | |
| 20210853 | 5 months ago | | | 0 | 0.000086032815 | |
| 20084211 | 5 months ago | | | 0 | 0.00076496704 | |
| 20083566 | 5 months ago | | | 0 | 0.0012542128 | |
| 19831014 | 6 months ago | | | 0 | 0.000087039608 | |
| 19727927 | 7 months ago | | | 0 | 0.00020844492 | |
| 19429062 | 8 months ago | | | 0 | 0.0026762940 |
ABI
ABI objects
Getter at block 21219381
DOMAIN_SEPARATOR() view returns (bytes32)
0x42ca12e386a1b451bdddf0e0636676e83f19946850e6f62b44da37af9b63ea38
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
authority() view returns (address)
0x5f11c6a8d68cf890ea3c99db1a2a517aba119ac7
decimals() view returns (uint8)
9
name() view returns (string)
Metavault DAO
symbol() view returns (string)
MVD
totalSupply() view returns (uint256)
214767312343743
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events _burnFrom(address account_, uint256 amount_)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account_, uint256 amount_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account_, uint256 amount_)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setAuthority(address _newAuthority)
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)
AuthorityUpdated(address indexed authority)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _authority)
This contract contains no fallback and receive objects.
This contract contains no error objects.