pTokens ORE

Verified contract

Proxy

Active on Ethereum with 5,566 txns
Deployed by via 0xe9cfbc8e at 13346881
Slot
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
ERC-20
Value $0
0x46222e80758d03a27e3eaeb9a191c6c453dfce3880cd928f33d6a05ad5932b77
0x09031f7fcbaaaa75ae95ab3f38b7db660760effd5fe0ea46b45f82a175c7f457
0x0c41afda903c018e0949d58bd297cf764bff2b32f793f401ad89c1dbed05b1b8
0x5d96799610483c31367d3743b514f442425808cee12b2fcf278c781fd41a3866
0x63887d3b2991382d2049ff1ea295b905089d5d8efde28844ba4b47810197af08
0x4a9444df57fc0e30cb88dfbcb7c008f0927d5c3742125157423813e1f1c9c2d6
0x31d6c496a11a943ed54ddcf1fb962f74fd9a3c156989e015252a019df733e143
0xa5911975d5b3e48acba5363adfdb70aad4b199c89dd5fec0d05050146ddfa004
0xcee4b9a0c7776ddd819a21c057b69cf033100468481e4ca1d5f09260d955c41f
0xb0ca830d349d251b5ff8c61421b6d65b39330fc0d4bda337bf3bdf30608354cd

Functions
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 relayaddress frombytes encodedFunctionuint256 transactionFeeuint256 gasPriceuint256 gasLimituint256 noncebytes approvalDatauint256view returns (uint256bytes)
allowance(address holderaddress spenderview returns (uint256)
balanceOf(address tokenHolderview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasMinterRole(address _accountview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isOperatorFor(address operatoraddress tokenHolderview returns (bool)
State-modifying
admin(returns (address admin_)
changeAdmin(address newAdmin
implementation(returns (address implementation_)
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
LiquidityProtection_unblock(address[] _holders
__ERC777GSNUpgreadable_init(address _gsnTrustedSigneraddress _gsnFeeTarget
__ERC777WithAdminOperatorUpgreadable_init(address _adminOperator
adminTransfer(address senderaddress recipientuint256 amountbytes databytes operatorData
approve(address spenderuint256 valuereturns (bool)
authorizeOperator(address operator
burn(uint256 amountbytes data
grantMinterRole(address _account
grantRole(bytes32 roleaddress account
initialize(string tokenNamestring tokenSymboladdress defaultAdmin
mint(address recipientuint256 valuereturns (bool)
mint(address recipientuint256 valuebytes userDatabytes operatorDatareturns (bool)
operatorBurn(address accountuint256 amountbytes databytes operatorData
operatorRedeem(address accountuint256 amountbytes userDatabytes operatorDatastring underlyingAssetRecipient
operatorSend(address senderaddress recipientuint256 amountbytes databytes operatorData
postRelayedCall(bytes contextbool successuint256 actualChargebytes32 preRetVal
preRelayedCall(bytes contextreturns (bytes32)
redeem(uint256 amountbytes userDatastring underlyingAssetRecipient
redeem(uint256 amountstring underlyingAssetRecipientreturns (bool)
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeBlocked(address[] _holdersaddress _revokeTo
revokeMinterRole(address _account
revokeOperator(address operator
revokeRole(bytes32 roleaddress account
send(address recipientuint256 amountbytes data
setAdminOperator(address adminOperator_
setFeeTarget(address _gsnFeeTarget
setGSNExtraGas(uint256 _gsnExtraGas
setTrustedSigner(address _gsnTrustedSigner
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address holderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AdminOperatorChange(address oldOperatoraddress newOperator
AdminTransferInvoked(address operator
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizedOperator(address indexed operatoraddress indexed tokenHolder
Burned(address indexed operatoraddress indexed fromuint256 amountbytes databytes operatorData
Minted(address indexed operatoraddress indexed touint256 amountbytes databytes operatorData
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Redeem(address indexed redeemeruint256 valuestring underlyingAssetRecipientbytes userData
RelayHubChanged(address indexed oldRelayHubaddress indexed newRelayHub
RevokedOperator(address indexed operatoraddress indexed tokenHolder
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Sent(address indexed operatoraddress indexed fromaddress indexed touint256 amountbytes databytes operatorData
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.