PiggyDistributionOwner
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PiggyDistributionOwner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14022368 | 3 years ago | | | 0 | 0.0064548257 | |
| 14022360 | 3 years ago | | | 0 | 0.0096582716 |
ABI
ABI objects
Getter at block 21083549
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAINTAINER() view returns (bytes32)
0xd88b35d7427a01a8e16d8a129535b4cf3150edf8d92c0a44dc1eba73bdaf18cb
piggyDistribution() view returns (address)
0x3e5496e50793e72e6143a15bed1c2535f0b0b9b0
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)
State-modifying
Events grantRole(bytes32 role, address account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setEnableAll(bool state)
setEnableDistributeBorrowWpc(bool state)
setEnableDistributeMintWpc(bool state)
setEnableDistributeRedeemWpc(bool state)
setEnableDistributeRepayBorrowWpc(bool state)
setEnableDistributeSeizeWpc(bool state)
setEnableDistributeTransferWpc(bool state)
setEnableWpcClaim(bool state)
setPiggy(address _piggy)
setWpcSpeed(address pToken, uint256 wpcSpeed)
setWpcSpeeds(address[] pTokens, uint256[] wpcSpeeds)
transferOwnership(address newOwner)
transferToken(address token, address to, uint256 amount)
withdrawal(address token, address to, uint256 amount)
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 _piggyDistribution)
This contract contains no fallback and receive objects.
This contract contains no error objects.