ConversionV4
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
Balances ($0.00)
No balances found for "ConversionV4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ConversionV4"
ABI
ABI objects
Getter at block 21158816 renounceOwnership() view
PercentageDecimals() view returns (uint256)
0
bezoge() view returns (address)
0x0000000000000000000000000000000000000000
bezogeWithdrawn() view returns (uint256)
0
circulatingZogi() view returns (uint256)
0
minWrapAmount() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
zogi() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
calculatePercentage(uint256 inputVal_, uint256 totalValue_) view returns (uint256)
calculateValueOfPercentage(uint256 percentage_, uint256 totalValue_) view returns (uint256)
isSigner(address signer) view returns (bool)
usedSignatures(bytes) view returns (bool)
State-modifying
Events adminWithdraw(address withdrawAddr)
init(address bezogeToken_, address zogiToken_, uint256 minWrapAmount_, uint256 percentageDecimals_)
pause()
transferOwnership(address newOwner)
unpause()
updateMinWrapAmount(uint256 minAmount_)
updateSignerStatus(address signer, bool status)
wrapBezoge(uint256 amount_, bytes signature_)
wrapBezogeAdmin(uint256 amount_)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
UnwrapBezoge(address indexed owner, uint256 amount, uint256 bezoge)
WrapBezoge(address indexed owner, uint256 amount, uint256 zogi)
adminWithDraw(address indexed owner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.