Wrapped Hbar
Verified contract
Active on
Ethereum with 111 txns
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 "Wrapped Hbar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11752814 | 4 years ago | | | 0 | 0.0038341080 | |
| 11752785 | 4 years ago | | | 0 | 0.0084422300 | |
| 11752773 | 4 years ago | | | 0 | 0.031559580 | |
| 11752743 | 4 years ago | | | 0 | 0.0033023350 | |
| 11752681 | 4 years ago | | | 0 | 0.0039972960 | |
| 11740281 | 4 years ago | | | 0 | 0.0028400800 | |
| 11740264 | 4 years ago | | | 0 | 0.0059768000 | |
| 11740243 | 4 years ago | | | 0 | 0.013473513 | |
| 11740237 | 4 years ago | | | 0 | 0.0029465830 | |
| 11740228 | 4 years ago | | | 0 | 0.0063503500 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOnHold(address account) view returns (uint256)
isHoldOperatorFor(address operator, address from) view returns (bool)
isPayoutOperatorFor(address operator, address from) view returns (bool)
netBalanceOf(address account) view returns (uint256)
retrieveHoldData(string operationId) view returns (address from, address to, address notary, uint256 value, uint256 expiration, uint8 status)
retrievePayoutData(string operationId) view returns (address walletToDebit, uint256 value, string instructions, uint8 status)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorizeHoldOperator(address operator) returns (bool)
authorizePayoutOperator(address operator) returns (bool)
cancelPayout(string operationId) returns (bool)
createAccount(string operationId, string hederaPublicKey) payable returns (bool)
createAccountFail(string operationId, string reason) returns (bool)
createAccountRefund(string operationId) returns (bool)
createAccountSuccess(string operationId, string hederaAccountId) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
executeHold(string operationId, uint256 value) returns (bool)
executeHoldAndKeepOpen(string operationId, uint256 value) returns (bool)
executePayout(string operationId) returns (bool)
hold(string operationId, address to, address notary, uint256 value, uint256 timeToExpiration) returns (bool)
holdFrom(string operationId, address from, address to, address notary, uint256 value, uint256 timeToExpiration) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
orderPayout(string operationId, uint256 value, string instructions) returns (bool)
orderPayoutFrom(string operationId, address walletToBePaidOut, uint256 value, string instructions) returns (bool)
processPayout(string operationId) returns (bool)
putFundsInSuspenseInPayout(string operationId) returns (bool)
rejectPayout(string operationId, string reason) returns (bool)
releaseHold(string operationId) returns (bool)
renewHold(string operationId, uint256 timeToExpiration) returns (bool)
returnPayoutFromSuspenseAccount(string operationId) returns (bool)
revokeHoldOperator(address operator) returns (bool)
revokePayoutOperator(address operator) returns (bool)
setAccountCreationFee(uint256 feeInWei) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferPayoutToSuspenseAccount(string operationId) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedHoldOperator(address indexed operator, address indexed account)
AuthorizedPayoutOperator(address indexed operator, address indexed account)
CreateAccountFail(string operationId, address requestor, string hederaPublicKey, uint256 amount, string reason)
CreateAccountRefund(string id, address requestor, uint256 refundAmountWei)
CreateAccountRequest(string operationId, address requestor, string hederaPublicKey)
CreateAccountSuccess(string operationId, address requestor, string hederaPublicKey, string hederaAccountId)
HoldCreated(address indexed holdIssuer, string operationId, address from, address to, address indexed notary, uint256 value, uint256 expiration)
HoldExecuted(address indexed holdIssuer, string operationId, address indexed notary, uint256 heldValue, uint256 transferredValue)
HoldExecutedAndKeptOpen(address indexed holdIssuer, string operationId, address indexed notary, uint256 heldValue, uint256 transferredValue)
HoldReleased(address indexed holdIssuer, string operationId, uint8 status)
HoldRenewed(address indexed holdIssuer, string operationId, uint256 oldExpiration, uint256 newExpiration)
PayoutCancelled(address indexed orderer, string operationId)
PayoutExecuted(address indexed orderer, string operationId)
PayoutFundsInSuspense(address indexed orderer, string operationId)
PayoutFundsReady(string operationId, uint256 amount, string instructions)
PayoutFundsReturned(string operationId)
PayoutInProcess(address indexed orderer, string operationId)
PayoutOrdered(address indexed orderer, string operationId, address indexed walletToDebit, uint256 value, string instructions)
PayoutRejected(address indexed orderer, string operationId, string reason)
RevokedHoldOperator(address indexed operator, address indexed account)
RevokedPayoutOperator(address indexed operator, address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string __name, string __symbol, uint8 __decimals, address __customOwner)
This contract contains no fallback and receive objects.
This contract contains no error objects.