ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 50 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
0xd70b…00da
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103260 | 8 days ago | | | 0.01 | 0.051968461 | |
| 20959766 | a month ago | | | 0.01 | 0.052179581 | |
| 20959765 | a month ago | | | 0.01 | 0.20669375 | |
| 20764504 | 2 months ago | | | 0.01 | 0.054908701 | |
| 20758809 | 2 months ago | | | 0.01 | 0.017688642 | |
| 20758808 | 2 months ago | | | 0.01 | 0.035614791 | |
| 20756713 | 2 months ago | | | 0.01 | 0.0029263667 | |
| 20737221 | 2 months ago | | | 0.01 | 0.026647617 | |
| 20735810 | 2 months ago | | | 0.01 | 0.077021928 | |
| 20683607 | 2 months ago | | | 0.01 | 0.015702079 |
ABI
ABI objects
Getter at block 21157578 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
costPolicy() view returns (address)
0xd70b9239a89e6d56ea6661627cb710b98ff100da
feeRecipient() view returns (address)
0x509477dc6ab2ee4ee42765a90420da2c2cf2d165
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events _sendETH(address[] _accounts, uint256[] _amounts, uint256 _typeId) payable
grantRole(bytes32 role, address account)
initialize(address manager, address _costPolicy, address _feeRecipient)
reinitialize(address _costPolicy, address _feeRecipient)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
send(address _token, address[] _accounts, uint256[] _amounts, uint256 _totalAmount, uint256 _typeId) payable
sendETH(address[] _accounts, uint256[] _amounts, uint256 _totalAmount, uint256 _typeId) payable
setCostPolicy(address _costPolicy)
setFeeRecipient(address _feeRecipient)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawERC20(address _token, address _recipient, uint256 _value) returns (bool success)
withdrawETH(address _recipient) returns (bool success)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BatchSend(address indexed token, address[] accounts, uint256[] amounts, uint256 typeId)
CostPolicyUpdated(address _costPolicy)
ERC20TokenWithdrawn(address _token, address _recipient, uint256 _value)
FeeRecipientUpdated(address _feeRecipient)
Initialized(uint64 version)
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)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InsufficientCost()
InvalidInitialization()
LengthMismatch()
NotInitializing()
NotManager()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)