Hello
Verified contract
Proxy
Active on
Ethereum with 10,221 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 44 additional slots
-
variable spans 48 additional slots
Balances ($139.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HELLO | ERC-20 | 7.553204K | $0.018404 |
$139.01 | |
APU | ERC-20 | 1 | $0.000932 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246368 | an hour ago | | | 0 | 0.00043315826 | |
| 21243750 | 10 hours ago | | | 0 | 0.00098334386 | |
| 21242958 | 13 hours ago | | | 0 | 0.00050910803 | |
| 21241615 | 17 hours ago | | | 0 | 0.00056161822 | |
| 21241042 | 19 hours ago | | | 0 | 0.00048816152 | |
| 21239349 | a day ago | | | 0 | 0.00072872032 | |
| 21239056 | a day ago | | | 0 | 0.00071610201 | |
| 21238607 | a day ago | | | 0 | 0.0011161141 | |
| 21238235 | a day ago | | | 0 | 0.0014112368 | |
| 21236844 | a day ago | | | 0 | 0.0017520802 |
ABI
ABI objects
Getter at block 21246755
decimals() view returns (uint8)
18
name() view returns (string)
Hello
owner() view returns (address)
0xc2285a8c0408d47e3b5e611ca3db078d51af3259
symbol() view returns (string)
HELLO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearStuckBalance(address adr)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
renounceOwnership()
rescueToken(address tokenAddress, uint256 tokens)
setBlacklisted(address _wallet, bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistedChanged(address wallet, bool status)
Initialized(uint8 version)
OnClearStuckBalance(uint256 amountPercentage, address adr)
OnRescueToken(address tokenAddress, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
Blacklisted()
ZeroAddress()