TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 8 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
4 additional
variables
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12728625 | 3 years ago | | | 0 | 0.0012387600 | |
| 12728622 | 3 years ago | | | 0 | 0.0012390840 | |
| 12728564 | 3 years ago | | | 0 | 0.0013914800 | |
| 12728532 | 3 years ago | | | 0 | 0.0019924670 | |
| 12728516 | 3 years ago | | | 0 | 0.00097403600 | |
| 12728491 | 3 years ago | | | 0 | 0.0048701800 | |
| 12728471 | 3 years ago | | | 0 | 0.0072025100 | |
| 12728284 | 3 years ago | | | 0 | 0.0016841120 |
ABI
ABI objects
Getter at block 21228329
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
adminOperator() view returns (address)
0xa8110626e050715e8fdd5d00ba2d09e0d216e3cc
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)
0xa8110626e050715e8fdd5d00ba2d09e0d216e3cc
gsnTrustedSigner() view returns (address)
0xa8110626e050715e8fdd5d00ba2d09e0d216e3cc
name() view returns (string)
pTokens SAFEMOON
owner() view returns (address)
0x789e39e46117dfaf50a1b53a98c7ab64750f9ba3
relayHubVersion() view returns (string)
1.0.0
symbol() view returns (string)
pSAFEMOON
totalSupply() view returns (uint256)
24387854290000000000
userBalanceMultiplicationFactor() view returns (uint256)
10000
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
__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, 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)
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.