GpPurchaserV3
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GpPurchaserV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GpPurchaserV3"
ABI
ABI objects
Getter at block 22746186
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
VERSION() view returns (uint256)
3
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
isOwner(address) view returns (bool)
nonce(address) view returns (uint256)
ownerList(uint256) view returns (address)
requests(uint256) view returns (address oldOwner, address newOwner, uint256 confirmCount)
State-modifying
Events approveErc20(address _token, address _target, uint256 _amount)
confirmUpdateOwner(uint256 _index)
delegateBuy(address[] _tokens, uint256[] _consumedGps, uint256[] _delegatedValue, uint256[] _selfValue, uint256[] _endTime, bytes _inputData, bytes[][] _adminSignature) payable
depsoitERC20(address _tokenAddress, uint256 _value) payable
depsoitNativeToken() payable
initialize(address[] _owners, address _aggregator_addr)
requestUpdateOwner(address _oldOwner, address _newOwner)
updateAggregator(address _new_address)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address _token, address _recipient, uint256 _amount)
ConsumeTokens(address _sender, address[] _tokenAddress, uint256[] amount)
DelegateBuyExecuted(address[] _token, address requester, uint256[] consumedGp, uint256[] delegatedValue, uint256[] selfValue, uint256[] endTime, bytes[][] adminSignature)
Deposit(address _tokenAddress, address sponsor, uint256 amount)
Initialized(uint64 version)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
receive()
AddressEmptyCode(address target)
AdminNotAllowed()
AllowanceNotEnough()
AlreadyAnOwner()
AlreadyConfirmed()
AlreadyOwner()
ArrayLengthNotMatched()
BalanceNotEnough()
CandidateCannotConfirm()
ContractBalanceNotEnough(address _token)
DuplcatedSigner()
DuplicateToken()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
InvalidInitialization()
InvalidRequestIndex()
NotAnOwner()
NotInitializing()
OwnerArrayNotMatchConfirmThreshold()
ReentrancyGuardReentrantCall()
RefundFailed()
SignatureExpired()
SomeSignError()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
ValueNotMatch()
WithdrawError()