pTokens ORE
Verified contract
Proxy
Active on
Ethereum with 5,566 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 40 additional slots
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ORE | ERC-20 | 1.557984 | $0.000401 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234289 | a day ago | | | 0 | 0.00062983273 | |
| 21230571 | 2 days ago | | | 0 | 0.00097324708 | |
| 21214345 | 4 days ago | | | 0 | 0.0011365415 | |
| 21208799 | 5 days ago | | | 0 | 0.0011558014 | |
| 21205495 | 5 days ago | | | 0 | 0.00054201176 | |
| 21181468 | 9 days ago | | | 0 | 0.0038553723 | |
| 21165435 | 11 days ago | | | 0 | 0.0023054936 | |
| 21141989 | 14 days ago | | | 0 | 0.00058516745 | |
| 21124446 | 17 days ago | | | 0 | 0.00050978581 | |
| 21070027 | 24 days ago | | | 0 | 0.00044972852 |
ABI
ABI objects
Getter at block 21243232
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
adminOperator() view returns (address)
0xcfc281203b2f0a5fba7a793b54ec6185b2d49339
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
getHubAddr() view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
getLiquidityPool() view returns (address)
0x1069cea8fa5e8a081536adecd62a7347d325e977
granularity() view returns (uint256)
1
gsnExtraGas() view returns (uint256)
40000
gsnFeeTarget() view returns (address)
0xcfc281203b2f0a5fba7a793b54ec6185b2d49339
gsnTrustedSigner() view returns (address)
0xcfc281203b2f0a5fba7a793b54ec6185b2d49339
isProtected() view returns (bool)
true
name() view returns (string)
pTokens ORE
owner() view returns (address)
0xcfc281203b2f0a5fba7a793b54ec6185b2d49339
relayHubVersion() view returns (string)
1.0.0
symbol() view returns (string)
ORE
totalSupply() view returns (uint256)
309365318566170507691464707
Read-only
acceptRelayedCall(address relay, address from, bytes encodedFunction, uint256 transactionFee, uint256 gasPrice, uint256 gasLimit, uint256 nonce, bytes approvalData, uint256) view returns (uint256, bytes)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinterRole(address _account) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
LiquidityProtection_unblock(address[] _holders)
__ERC777GSNUpgreadable_init(address _gsnTrustedSigner, address _gsnFeeTarget)
__ERC777WithAdminOperatorUpgreadable_init(address _adminOperator)
adminTransfer(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
grantMinterRole(address _account)
grantRole(bytes32 role, address account)
initialize(string tokenName, string tokenSymbol, address defaultAdmin)
mint(address recipient, uint256 value) returns (bool)
mint(address recipient, uint256 value, bytes userData, bytes operatorData) returns (bool)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorRedeem(address account, uint256 amount, bytes userData, bytes operatorData, string underlyingAssetRecipient)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
postRelayedCall(bytes context, bool success, uint256 actualCharge, bytes32 preRetVal)
preRelayedCall(bytes context) returns (bytes32)
redeem(uint256 amount, bytes userData, string underlyingAssetRecipient)
redeem(uint256 amount, string underlyingAssetRecipient) returns (bool)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeBlocked(address[] _holders, address _revokeTo)
revokeMinterRole(address _account)
revokeOperator(address operator)
revokeRole(bytes32 role, address account)
send(address recipient, uint256 amount, bytes data)
setAdminOperator(address adminOperator_)
setFeeTarget(address _gsnFeeTarget)
setGSNExtraGas(uint256 _gsnExtraGas)
setTrustedSigner(address _gsnTrustedSigner)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminOperatorChange(address oldOperator, address newOperator)
AdminTransferInvoked(address operator)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed redeemer, uint256 value, string underlyingAssetRecipient, bytes userData)
RelayHubChanged(address indexed oldRelayHub, address indexed newRelayHub)
RevokedOperator(address indexed operator, address indexed tokenHolder)
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)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.