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 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15402105 | 2 years ago | | | 0 | 0.0016724406 | |
| 15402100 | 2 years ago | | | 0 | 0.0016564463 | |
| 14975998 | 2 years ago | | | 0 | 0.0035457600 | |
| 14967332 | 2 years ago | | | 0 | 0.0023321400 | |
| 14967321 | 2 years ago | | | 0 | 0.0034436531 | |
| 14967318 | 2 years ago | | | 0 | 0.0045388573 | |
| 14967310 | 2 years ago | | | 0 | 0.0039594320 | |
| 14967301 | 2 years ago | | | 0 | 0.0049721490 |
ABI
ABI objects
Getter at block 21324816 getAllUsedReferralCodeList() view returns (uint256[]) getReferralRangeSize() view returns (uint256) getTotalAmountBoughtWithReferrals() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
REFERRAL_SETTER() view returns (bytes32)
0x7e033b06d157527bacc50cfed39114a64ebe338a615c5a9ac73f686d8f328061
Read-only
getAmountBoughtWithReferral(uint256 referralCode) view returns (uint256)
getReferralDiscountAmount(uint256 referral) view returns (uint256 discountAmount)
getReferralDiscountAmountByRange(uint256 referralCode) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) 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
addToReferralRange(uint256 referralRange, uint256 referralDiscount)
grantRole(bytes32 role, address account)
initialize() payable
removeReferralRange(uint256 range)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
updateAmountBoughtWithReferral(uint256 referralCode, uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 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)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.