YDVRewardsDistributor
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
0xf1f9…e49b
Balances ($27,149.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RLY | ERC-20 | 10.854344M | $0.002501 |
$27,149.54 | |
TKX | ERC-20 | 0.000063 | $15.51 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11156428 | 4 years ago | | | 0 | 0.0042516180 | |
| 11156340 | 4 years ago | | | 0 | 0.0040486800 | |
| 11156333 | 4 years ago | | | 0 | 0.0040491600 | |
| 11156328 | 4 years ago | | | 0 | 0.0040491600 | |
| 11156314 | 4 years ago | | | 0 | 0.0040491600 | |
| 11129571 | 4 years ago | | | 0 | 0.0048589920 | |
| 11045896 | 4 years ago | | | 0 | 0.0056337382 | |
| 11045893 | 4 years ago | | | 0 | 0.0059016507 | |
| 11045885 | 4 years ago | | | 0 | 0.0060737401 | |
| 11045883 | 4 years ago | | | 0 | 0.0060737401 |
ABI
ABI objects
Getter at block 21329395
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
YDV_REWARDS() view returns (bytes32)
0x85b198fd56726b64776fbc4e27131c884bfe3ab253bef8a666f22a6d2b6103ef
owner() view returns (address)
0x80d225fe717faefd206ac824eb93d68fc326604c
rewardToken() view returns (address)
0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b
ydvsLength() view returns (uint256)
15
Read-only
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)
ydvs(uint256) view returns (address)
State-modifying
Events addYDV(address _ydv)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
transferReward(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(address _rally)
This contract contains no fallback and receive objects.
This contract contains no error objects.