ValerisDAO
Verified contract
Active on
Ethereum with 122 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 "ValerisDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17246841 | 2 years ago | | | 0 | 0.0013965015 | |
| 11941880 | 4 years ago | | | 0 | 0.0014696510 | |
| 10709419 | 4 years ago | | | 0 | 0.0032742900 | |
| 10427977 | 4 years ago | | | 0 | 0.00094559400 | |
| 10427965 | 4 years ago | | | 0 | 0.00094590600 | |
| 10414820 | 4 years ago | | | 0 | 0.00080038200 | |
| 10369183 | 4 years ago | | | 0 | 0.00087157000 | |
| 10369089 | 4 years ago | | | 0 | 0.00087157000 | |
| 10369066 | 4 years ago | | | 0 | 0.00050928500 | |
| 10333030 | 4 years ago | | | 0 | 0.0019351410 |
ABI
ABI objects
Getter at block 21404268
_owner() view returns (address)
0x96165503e8b8defc3bd9557267e48700b3671bb0
decimals() view returns (uint8)
18
name() view returns (string)
ValerisDAO
symbol() view returns (string)
VALRS
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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(string name, string symbol, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.