DAO Hyperledger Omniverse
Verified contract
Active on
Ethereum with 6,358 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "DAO Hyperledger Omniverse"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15635058 | 2 years ago | | | 0 | 0.00043255554 | |
| 15605062 | 2 years ago | | | 0 | 0.00032827881 | |
| 15604987 | 2 years ago | | | 0 | 0.00023777266 | |
| 15583544 | 2 years ago | | | 0 | 0.0012586296 | |
| 15526220 | 2 years ago | | | 0 | 0.0010402600 | |
| 15457952 | 2 years ago | | | 0 | 0.00044591322 | |
| 15365517 | 2 years ago | | | 0 | 0.00060178000 | |
| 15365471 | 2 years ago | | | 0 | 0.00038081889 | |
| 15359354 | 2 years ago | | | 0 | 0.00066341479 | |
| 15359305 | 2 years ago | | | 0 | 0.00097681230 |
ABI
ABI objects
Getter at block 21276794
decimals() view returns (uint8)
18
name() view returns (string)
DAO Hyperledger Omniverse
symbol() view returns (string)
DHO
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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, uint8 decimals, uint256 totalSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.