EthPledgePool
Verified contract
Active on
Ethereum with 4 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 "EthPledgePool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6860539 | 6 years ago | | | 0 | 0.00013252000 | |
| 6756718 | 6 years ago | | | 0 | 0.00018330600 | |
| 6756295 | 6 years ago | | | 0 | 0.000091653000 | |
| 6714308 | 6 years ago | | | 0 | 0.00040995900 |
ABI
ABI objects
Getter at block 21320596
ROLE_OPERATOR() view returns (string)
operator
owner() view returns (address)
0xa5167f37f270af12dccccfdc4c7837e5f78428a5
partner() view returns (address)
0x4e9cddf08c2570998bee9ad4c71f639baec7bc1e
Read-only
checkRole(address _operator, string _role) view
getLedger(uint256 _pledgeId) view returns (uint256 num, address payerAddress, string tokenName)
hasRole(address _operator, string _role) view returns (bool)
State-modifying
Events addOperater(address _operator)
addRecord(address _payerAddress, uint256 _pledgeSum, uint256 _pledgeId, string _tokenName) returns (bool)
kills()
recycle(uint256 _amount, address _contract) returns (bool)
refundTokens(uint256 _pledgeId, uint256 _returnSum, address _targetAddress) returns (bool)
removeOperater(address _operator)
removePartner()
renounceOwnership()
setPartner(address _partner)
transferOwnership(address _newOwner)
withdrawToken(uint256 _pledgeId, address _maker, uint256 _num) returns (bool)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdded(address indexed operator, string role)
RoleRemoved(address indexed operator, string role)
SetPartner(address oldPartner, address newPartner)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.