pTokens LIBRE

Verified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0xeac2fd4a at 16583484
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
4 additional variables

No balances found for "pTokens LIBRE"

0xd82b3c39a5f24ea49b7808b775554ca914fdf82f17e60898daac82f071309b9e
0x297f07dbb598b75dfad388c6a4d1712e438f1ddc665de4ed5e09c7fc881b8c1a
0xcdcf4ef3a98605c7a91056f599473af050f10b354e04c7a831a821d624a53afd
0x435029c1b358564d23c34541981a01d779ccdf0cd1631c78134c7095b32cfe90
0x9de07a79e39dde66938cc94f586f7f2178d76bacc67d42e789fc3681e1b9270c
0x51fed02aa2b6d0d870e825e2db4fa1787ef1522b9d01ee75d4d12d4c7c737695
0xc75bf7475f3ef8e4e1b9c08b721a8ea924dedf5708d644009c36933649c17357
0x029da6202c90e4d4e514adf9a28c04f3bcdead47c38f536e39a4d1134c95ee67
0x78628721c39a580284f2dd9f28437510bae283529dbeb5a0782df1db12cccd90
0xbb1f358c7ccaf854ba158287378c6910a5e220f56d1345c0fddbd3d88e04ac19

Functions
Getter at block 21283685
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
ORIGIN_CHAIN_ID(view returns (bytes4)
0x005fe7f9
adminOperator(view returns (address)
0xb5977b683c64fce80a1f5b587964b6f77ee6cfdb
decimals(pure returns (uint8)
18
defaultOperators(view returns (address[])
[]
getHubAddr(view returns (address)
0xd216153c06e857cd7f72665e0af1d7d82172f494
granularity(view returns (uint256)
1
gsnExtraGas(view returns (uint256)
40000
gsnFeeTarget(view returns (address)
0xb5977b683c64fce80a1f5b587964b6f77ee6cfdb
gsnTrustedSigner(view returns (address)
0xb5977b683c64fce80a1f5b587964b6f77ee6cfdb
name(view returns (string)
pTokens LIBRE
owner(view returns (address)
0x26e7622061158f7e66ce9253dbcc4ad7b4c0e236
relayHubVersion(view returns (string)
1.0.0
symbol(view returns (string)
pLIBRE
totalSupply(view returns (uint256)
5065388923544549410000000
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 
__ERC777GSNUpgradeable_init(address _gsnTrustedSigneraddress _gsnFeeTarget
__ERC777WithAdminOperatorUpgradeable_init(address _adminOperator
adminTransfer(address senderaddress recipientuint256 amountbytes databytes operatorData
approve(address spenderuint256 valuereturns (bool)
authorizeOperator(address operator
burn(uint256 amountbytes data
changeOriginChainId(bytes4 _newOriginChainIdreturns (bool success)
grantMinterRole(address _account
grantRole(bytes32 roleaddress account
initialize(string tokenNamestring tokenSymboladdress defaultAdminbytes4 originChainId
mint(address recipientuint256 valuereturns (bool)
mint(address recipientuint256 valuebytes userDatabytes operatorDatareturns (bool)
operatorBurn(address accountuint256 amountbytes databytes operatorData
operatorRedeem(address accountuint256 amountbytes userDatabytes operatorDatastring underlyingAssetRecipientbytes4 destinationChainId
operatorSend(address senderaddress recipientuint256 amountbytes databytes operatorData
postRelayedCall(bytes contextbool successuint256 actualChargebytes32 preRetVal
preRelayedCall(bytes contextreturns (bytes32)
redeem(uint256 amountbytes userDatastring underlyingAssetRecipientbytes4 destinationChainId
redeem(uint256 amountstring underlyingAssetRecipientbytes4 destinationChainIdreturns (bool)
renounceOwnership(
renounceRole(bytes32 roleaddress account
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 userDatabytes4 originChainIdbytes4 destinationChainId
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 _adminbytes _data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.