Hydra Token
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdd32…7cc9
0x1d86…266a
0xfc52…1533
Balances ($0.00)
No balances found for "Hydra Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10107124 | 5 years ago | | | 0 | 0.0018195580 | |
| 10107018 | 5 years ago | | | 0 | 0.0016647020 | |
| 8842448 | 5 years ago | | | 0 | 0.00030822000 | |
| 8842446 | 5 years ago | | | 0 | 0.00057535000 | |
| 8725141 | 5 years ago | | | 0 | 0.00055394400 | |
| 8725135 | 5 years ago | | | 0 | 0.00092132000 | |
| 8724879 | 5 years ago | | | 0 | 0.000061594000 | |
| 8724876 | 5 years ago | | | 0 | 0.00034521000 | |
| 7170832 | 6 years ago | | | 0 | 0.00034621500 | |
| 7170831 | 6 years ago | | | 0 | 0.00057632500 |
ABI
ABI objects
Getter at block 21312524
_totalSupply() view returns (uint256)
300000000000000000000000000
allOperationsCount() view returns (uint256)
0
decimals() view returns (uint8)
18
howManyOwnersDecide() view returns (uint256)
2
name() view returns (string)
Hydra Token
ownersCount() view returns (uint256)
4
ownersGeneration() view returns (uint256)
1
paused() view returns (bool)
false
symbol() view returns (string)
HDRA
totalSupply() view returns (uint256)
300000000000000000000000000
vaultInvestor() view returns (address)
0x1d86c4d1827973106424f3c5ae0aa3fc5237266a
vaultOperation() view returns (address)
0xfc523b096060cf1ab9b80ae9ba8847f324a01533
vaultTeam() view returns (address)
0xdd328892cac10a69d509496f865a9f4b6fe57cc9
Read-only
allOperations(uint256) view returns (bytes32)
allOperationsIndicies(bytes32) view returns (uint256)
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
isFrozen(address _beneficiary) view returns (bool)
isOwner(address wallet) view returns (bool)
owners(uint256) view returns (address)
ownersIndices(address) view returns (uint256)
votesCountByOperation(bytes32) view returns (uint256)
votesMaskByOperation(bytes32) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 value)
burnFrom(address account, uint256 value)
cancelPending(bytes32 operation)
deFreezeAccount(address[] _beneficiary)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address[] _beneficiary)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address[] newOwners, uint256 _howManyOwnersDecide)
unpause()
AddressAdded(address[] beneficiary)
AddressRemoved(address[] beneficiary)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OperationCancelled(bytes32 operation, address lastCanceller)
OperationCreated(bytes32 operation, uint256 howMany, uint256 ownersCount, address proposer)
OperationDownvoted(bytes32 operation, uint256 votes, uint256 ownersCount, address downvoter)
OperationPerformed(bytes32 operation, uint256 howMany, uint256 ownersCount, address performer)
OperationUpvoted(bytes32 operation, uint256 votes, uint256 howMany, uint256 ownersCount, address upvoter)
OwnershipTransferred(address[] previousOwners, uint256 howManyOwnersDecide, address[] newOwners, uint256 newHowManyOwnersDecide)
Pause()
Transfer(address indexed from, address indexed to, uint256 tokens)
Unpause()
constructor(address[] owners)
This contract contains no fallback and receive objects.
This contract contains no error objects.