Hex Orange Address
Verified contract
Active on
Base with 38 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 "Hex Orange Address"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14755324 | 5 months ago | | | 0 | 0.0000020104574 | |
| 14755215 | 5 months ago | | | 0 | 0.0000020556256 | |
| 14755059 | 5 months ago | | | 0 | 0.0000017488005 | |
| 14755012 | 5 months ago | | | 0 | 0.0000016987760 | |
| 14754989 | 5 months ago | | | 0 | 0.0000015830112 | |
| 14754928 | 5 months ago | | | 0 | 0.0000014671857 | |
| 14754899 | 5 months ago | | | 0 | 0.0000014890106 | |
| 14754885 | 5 months ago | | | 0 | 0.0000014041102 | |
| 14754875 | 5 months ago | | | 0 | 0.0000013951504 | |
| 14754860 | 5 months ago | | | 0 | 0.0000013856641 |
ABI
ABI objects
Getter at block 22030115
decimals() view returns (uint8)
18
name() view returns (string)
Hex Orange Address
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
HOA
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
_lastTransfer(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLastTransfer(address account, uint256 timestamp)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)