NpProxy
Verified contract
Proxy
Active on
Ethereum with 2 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "NpProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18856507 | a year ago | | | 0 | 0.00079327701 | |
| 18816391 | a year ago | | | 0 | 0.0027054260 |
ABI
ABI objects
Getter at block 21211901 proxiableUUID() view returns (bytes32)
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x551f419f0b3fa0e93c06437e83ff37e1cffed615
Read-only
referrerOf(address) view returns (address)
whitelist(address) view returns (bool)
State-modifying
Events initialize()
renounceOwnership()
setReferrer(address _referrer)
setReferrerProtocol(address _user, address _referrer)
transferOwnership(address newOwner)
updateWhitelist(address[] addrs, bool[] status)
upgradeToAndCall(address newImplementation, bytes data) payable
Upgraded(address indexed implementation)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateReferrer(address indexed user, address indexed referrer)
UpdateWhitelist(address indexed addr, bool status)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)