Hook
Unverified contract
Proxy
Active on
Ethereum with 488 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Hook"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197490 | 14 days ago | | | 0 | 0.00090111938 | |
| 21006014 | a month ago | | | 0 | 0.00041306168 | |
| 20884689 | 2 months ago | | | 0 | 0.00031581964 | |
| 20861139 | 2 months ago | | | 0 | 0.00025544502 | |
| 20861041 | 2 months ago | | | 0 | 0.00025870540 | |
| 20843072 | 2 months ago | | | 0 | 0.0013107645 | |
| 20843071 | 2 months ago | | | 0 | 0.0011571880 | |
| 20783003 | 2 months ago | | | 0 | 0.00057235806 | |
| 20725372 | 3 months ago | | | 0 | 0.000056669754 | |
| 20719489 | 3 months ago | | | 0 | 0.00024667000 |
ABI
ABI objects
Getter at block 21295330
decimals() view returns (uint8)
18
name() view returns (string)
Hook
owner() view returns (address)
0xbd96050a7606771eb51af02c278ce2ae543ae680
pair() view returns (address)
0x2c6e406dcb24e89d0b11122c53ef2d4257fb8bd7
pairBlocked() view returns (bool)
false
symbol() view returns (string)
HOOK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
initialize(string name_, string symbol_, uint256 totalSupply_)
renounceOwnership()
setPair(address pair_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unblockPair()
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
InvalidInitialization()
InvalidTransfer()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()