TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 616 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
0x7e80…2a0c
16 additional
variables
Balances ($389.93)
Native
Value
$367.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.092 | $3,989.65 |
$367.05 | |
USDT | ERC-20 | 22.884681 | $0.999916 |
$22.88 | |
ZOGI | ERC-20 | 0.787871 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18426878 | a year ago | | | 0 | 0.00068332763 | |
| 18026231 | a year ago | | | 0 | 0.00052585763 | |
| 17999053 | a year ago | | | 0 | 0.00085218337 | |
| 17997296 | a year ago | | | 0 | 0.0012090880 | |
| 17925052 | a year ago | | | 0.03598 | 0.0022352364 | |
| 17908296 | a year ago | | | 0.060947986 | 0.0023133220 | |
| 17877689 | a year ago | | | 0.024371223 | 0.0031049076 | |
| 17875145 | a year ago | | | 0.0116 | 0.0020696498 | |
| 17801604 | a year ago | | | 0.03 | 0.0032583567 | |
| 17801554 | a year ago | | | 0 | 0.0028061124 |
ABI
ABI objects
Getter at block 21418424 renounceOwnership() view
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
USDTV2() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
ZOGI() view returns (address)
0x7e80e4d7d5725499791cf8b17a4586f1f0672a0c
collectionWallet() view returns (address)
0xb7eb7ac44f7d4e85221bd35b5e7569851af6cde2
currentStage() view returns (uint256)
3
ethUsdRate() view returns (uint256)
1668000
merkleRoot() view returns (bytes32)
0x9b121894e37fe47204d31dff7f3b2a4fd032c8669117ff3f6c56a0d53a53dff5
owner() view returns (address)
0x67de4f4e27324a32793034d38a824d43125249fb
paused() view returns (bool)
true
totalAllocated() view returns (uint256)
31109104368561186269666309
totalTiers() view returns (uint256)
5
whiteListEnabled() view returns (bool)
false
zogiUsdRate() view returns (uint256)
242
Read-only
addressToString(address _address) pure returns (string)
customRefId(string) view returns (address)
ethRate(uint256) view returns (uint256)
ethRefferal(string) view returns (uint256)
getFirstFiveChars(string str) pure returns (string)
getLastFiveChars(string str) pure returns (string)
isAdmin(address admin) view returns (bool)
refIdfromAdd(address user_) pure returns (string)
stageLimit(uint256) view returns (uint256)
tierLimit(uint256) view returns (uint256)
tierReward(uint256) view returns (uint256)
totalReffered(string) view returns (uint256)
usdtRate(uint256) view returns (uint256)
usdtRefferal(string) view returns (uint256)
userAllocation(address) view returns (uint256)
whiteListClaimed(address) view returns (bool)
zogiRate(uint256) view returns (uint256)
zogiRefferal(string) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addUSDTAddress(address usdt_)
claimRefReward(string refId_, bool customId_)
decreaseAllocation(uint256 allocationAmount, address user) returns (bool)
getMBLKAllocation(uint8 paymentType, address beneficiary, uint256 amount, string refId) payable returns (bool)
increaseAllocation(uint256 allocationAmount, address user) returns (bool)
init(address zogiToken_, address usdtAddress_, uint256[] stageLimits, uint256 totalTiers_)
pause()
setAdmin(address admin, bool enabled)
setCollectionWallet(address wallet)
setCustomRefId(string refId_)
setEthRate(uint256[] rates, uint256 ethUsdRate_, uint256[] stages)
setMerkleRoot(bytes32 merkleRoot_)
setTier(uint256 tierId_, uint256 tierLimit_, uint256 tierReward_)
setUSDTRate(uint256[] rates, uint256[] stages)
setZogiRate(uint256[] rates, uint256 zogiUsdRate_, uint256[] stages)
transferOwnership(address newOwner)
unpause()
upadateRates(uint256 usdtRate_, uint256 ethRate_, uint256 zogiRate_, uint256 stage, uint256 ethUsdRate_, uint256 zogiUsdRate_)
updateIDOStatus(bool status_)
updateStageLimits(uint256[] stageLimits)
updateWhiteListStatus(bool status_)
whiteListGetMBLKAllocation(uint8 paymentType, bytes32[] _merkleProof, uint256 amount_, string refId) payable
withdrawEth(uint256 amount, address wallet)
withdrawUsdt(uint256 amount, address wallet)
withdrawZogi(uint256 amount, address wallet)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminAccessSet(address _admin, bool _enabled)
Initialized(uint8 version)
MBLKAllocated(address user, uint256 mblkAmount, uint256 paymentType, uint256 paymentAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RateUpdated(uint256 usdtRate_, uint256 ethRate_, uint256 zogiRate_, uint256 stage)
RefIdCreated(address user, string refId)
RewardClaimed(address user, uint256 ethAmount, uint256 zogiAmount, uint256 usdtAmount, string refId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.