Elena Protocol
Verified contract
Active on
Ethereum with 1,042 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x147e…7f94
Balances ($0.00)
No balances found for "Elena Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20878167 | 2 months ago | | | 0 | 0.00026366063 | |
| 20837944 | 2 months ago | | | 0 | 0.00045314120 | |
| 20211566 | 5 months ago | | | 0 | 0.00015409930 | |
| 18876764 | a year ago | | | 0 | 0.00066107833 | |
| 17552980 | a year ago | | | 0 | 0.0020700640 | |
| 17548817 | a year ago | | | 0 | 0.0012074880 | |
| 17548817 | a year ago | | | 0 | 0.0012072960 | |
| 17548817 | a year ago | | | 0 | 0.0015648320 | |
| 17329924 | 2 years ago | | | 0 | 0.0070946341 | |
| 17025411 | 2 years ago | | | 0 | 0.00090237062 |
ABI
ABI objects
Getter at block 21309522
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SHARES_DAO_min() view returns (uint256)
10000000000000000000
USE() view returns (address)
0x147e3d644d53adadd18a28201b91e2b98aeb7f94
decimals() view returns (uint8)
18
name() view returns (string)
Elena Protocol
owner_address() view returns (address)
0x59d35caf82d5368de76565ce11dea3e14177459d
shares_trade_mining() view returns (address)
0x0000000000000000000000000000000000000000
supply_cap() view returns (uint256)
1000000000000000000000000
symbol() view returns (string)
ELENA
timelock_address() view returns (address)
0x292b1cae42d10d4ef3f16944e7623e06cab9eae6
totalSupply() view returns (uint256)
42262361515459665403408
trackingVotes() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pool_burn_from(address b_address, uint256 b_amount)
pool_mint(address m_address, uint256 m_amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setOwner(address _owner_address)
setSharesDAOMin(uint256 min_shares)
setSharesTradeMiningPool(address _shares_trade_mining)
setSupplyCap(uint256 _cap)
setTimelock(address new_timelock)
setUSEAddress(address use_contract_address)
toggleVotes()
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)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SharesBurned(address indexed from, address indexed to, uint256 amount)
SharesMinted(address indexed from, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
VoterVotesChanged(address indexed voter, uint256 previousBalance, uint256 newBalance)
constructor(string _name, string _symbol, address _timelock_address, address _use_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.