Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,439,964.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELK | ERC-20 | 41.510372M | $0.08287 |
$3,439,964.49 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14820198 | 2 years ago | | | 0 | 0.00076370250 | |
| 14687754 | 3 years ago | | | 0 | 0.0051667530 |
ABI
ABI objects
Getter at block 21159949
CONFIG_ROLE() view returns (bytes32)
0x82db594318110a04b6349ce48645aa69f0892751bc893d15e61d9e2b9c4630f5
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
available() view returns (uint256)
200000000000000000000000
cap() view returns (uint256)
200000000000000000000000
rate() view returns (uint256)
10000000000000000000
token() view returns (address)
0xeeeeeb57642040be42185f49c52f7e9b38f8eeee
tokenAddress() view returns (address)
0xeeeeeb57642040be42185f49c52f7e9b38f8eeee
txLimit() view returns (uint256)
20000000000000000000000
Read-only
deposited(bytes32) pure returns (address, uint256)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
withdrawn(bytes32) pure returns (address, uint256)
State-modifying
Events deposit(address _from, uint256 _amount, bytes32 _id)
grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setConfig(uint256 _rate, uint256 _cap, uint256 _txLimit)
withdraw(address _to, uint256 _amount, bytes32 _id)
Configured(uint256 rate, uint256 cap, uint256 txLimit)
Deposited(address indexed from, uint256 amount, bytes32 id)
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)
Withdrawn(address indexed to, uint256 amount, bytes32 id)
constructor(address _tokenAddress, uint256 _rate, uint256 _cap, uint256 _txLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.