Wrapped Hbar

Verified contract

Active on Ethereum with 111 txns
Deployed by via 0x2bb93ee3 at 11624944
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Wrapped Hbar"

0xbcda0c5fa3e973074219bf9b3acb295a19491ad29a4b7b4c2465b674776d7474
0xda5674029f133484eec557bfa0d291f82467caa8ade3869109f39c6d9b6b3e35
0x30a71b21b9d8bc02f398b26375f0a7873e169d048dceb079146e749845ac0adb
0x9e6a021b34b92a99330b238fbf6b6a9a84fd49c302f1241002f23b2a9bdb8c51
0xcb614f69b4e7036d374550a97d7bcce267a85dabb00c8b0ff34aad73ea107afa
0x496e7cb45f107fac4f4bffdba8f8f57607a4f8db43374bbc9a8af19a5383f65b
0x6ace17b507b8fdd352a5504f92aad60e6f6ee75265c74288ac8823ee405076bc
0x9e166b6c29d9ea1d4301939a7d0a7a14928d9f0046250da410785d9c7a14c177
0xf1e206a7e8f7d8e5d6101d4f41e44c0271868aed7e9d55880b9c78558a1103e7
0x420fec29bda072eec99ebe5706a323350562c082733d807740abdf7277e38a87

Functions
Getter at block 21172759
accountCreator(view returns (address)
0xe824424ee4022cd6bc408249f924a6e3bda035c9
decimals(view returns (uint8)
8
getAccountCreationFee(view returns (uint256)
50000000000000
getAccountCreator(view returns (address)
0xe824424ee4022cd6bc408249f924a6e3bda035c9
name(view returns (string)
Wrapped Hbar
owner(view returns (address)
0xe824424ee4022cd6bc408249f924a6e3bda035c9
payoutAgent(view returns (address)
0xe824424ee4022cd6bc408249f924a6e3bda035c9
suspenseAccount(view returns (address)
0xe824424ee4022cd6bc408249f924a6e3bda035c9
symbol(view returns (string)
wHBAR
totalSupply(view returns (uint256)
96999820000
totalSupplyOnHold(view returns (uint256)
0
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
balanceOnHold(address accountview returns (uint256)
isHoldOperatorFor(address operatoraddress fromview returns (bool)
isPayoutOperatorFor(address operatoraddress fromview returns (bool)
netBalanceOf(address accountview returns (uint256)
retrieveHoldData(string operationIdview returns (address fromaddress toaddress notaryuint256 valueuint256 expirationuint8 status)
retrievePayoutData(string operationIdview returns (address walletToDebituint256 valuestring instructionsuint8 status)
State-modifying
approve(address spenderuint256 amountreturns (bool)
authorizeHoldOperator(address operatorreturns (bool)
authorizePayoutOperator(address operatorreturns (bool)
cancelPayout(string operationIdreturns (bool)
createAccount(string operationIdstring hederaPublicKeypayable returns (bool)
createAccountFail(string operationIdstring reasonreturns (bool)
createAccountRefund(string operationIdreturns (bool)
createAccountSuccess(string operationIdstring hederaAccountIdreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
executeHold(string operationIduint256 valuereturns (bool)
executeHoldAndKeepOpen(string operationIduint256 valuereturns (bool)
executePayout(string operationIdreturns (bool)
hold(string operationIdaddress toaddress notaryuint256 valueuint256 timeToExpirationreturns (bool)
holdFrom(string operationIdaddress fromaddress toaddress notaryuint256 valueuint256 timeToExpirationreturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
mint(address touint256 amountreturns (bool)
orderPayout(string operationIduint256 valuestring instructionsreturns (bool)
orderPayoutFrom(string operationIdaddress walletToBePaidOutuint256 valuestring instructionsreturns (bool)
processPayout(string operationIdreturns (bool)
putFundsInSuspenseInPayout(string operationIdreturns (bool)
rejectPayout(string operationIdstring reasonreturns (bool)
releaseHold(string operationIdreturns (bool)
renewHold(string operationIduint256 timeToExpirationreturns (bool)
returnPayoutFromSuspenseAccount(string operationIdreturns (bool)
revokeHoldOperator(address operatorreturns (bool)
revokePayoutOperator(address operatorreturns (bool)
setAccountCreationFee(uint256 feeInWeireturns (bool)
transfer(address _touint256 _valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferPayoutToSuspenseAccount(string operationIdreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AuthorizedHoldOperator(address indexed operatoraddress indexed account
AuthorizedPayoutOperator(address indexed operatoraddress indexed account
CreateAccountFail(string operationIdaddress requestorstring hederaPublicKeyuint256 amountstring reason
CreateAccountRefund(string idaddress requestoruint256 refundAmountWei
CreateAccountRequest(string operationIdaddress requestorstring hederaPublicKey
CreateAccountSuccess(string operationIdaddress requestorstring hederaPublicKeystring hederaAccountId
HoldCreated(address indexed holdIssuerstring operationIdaddress fromaddress toaddress indexed notaryuint256 valueuint256 expiration
HoldExecuted(address indexed holdIssuerstring operationIdaddress indexed notaryuint256 heldValueuint256 transferredValue
HoldExecutedAndKeptOpen(address indexed holdIssuerstring operationIdaddress indexed notaryuint256 heldValueuint256 transferredValue
HoldReleased(address indexed holdIssuerstring operationIduint8 status
HoldRenewed(address indexed holdIssuerstring operationIduint256 oldExpirationuint256 newExpiration
PayoutCancelled(address indexed ordererstring operationId
PayoutExecuted(address indexed ordererstring operationId
PayoutFundsInSuspense(address indexed ordererstring operationId
PayoutFundsReady(string operationIduint256 amountstring instructions
PayoutFundsReturned(string operationId
PayoutInProcess(address indexed ordererstring operationId
PayoutOrdered(address indexed ordererstring operationIdaddress indexed walletToDebituint256 valuestring instructions
PayoutRejected(address indexed ordererstring operationIdstring reason
RevokedHoldOperator(address indexed operatoraddress indexed account
RevokedPayoutOperator(address indexed operatoraddress indexed account
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string __namestring __symboluint8 __decimalsaddress __customOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.