This contract is being backfilled. You may encounter incomplete storage history.

HOTP

Verified contract

Active on Base with 32 txns
Deployed by via 0xe90eb9fd at 17484145
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "HOTP"

0xfe6b5fb342a19c8daaf4856af841d661c63187266e3264f805490add644ce7bd
0xf3ab0f16bb24959909b67923870d375331107f116677e45b271f2c19ea961532
0xc4c36207501f80d0730fcf596e73f8a57b77b22c6f6029233284f8fa6097aa9e
0xd06953935a6cef55ad36f4dccf3abf665fe7f2c4daa066053243d363ae2aefa9
0xb4dbf3411b682e2a0cf293143b78e44748a39dd072e558cccfd9287651764700
0x29af6d1c6c1e4721b2a69f9a18c5724db323cb883ca2953cd2676e17289f730e
0x4b52e6411ab10ed2fdcff453bb9c463aab26cef6b5657884278a90173f5ca434
0xb4f157e2281320cdcc8ad01d9734b140e8ee13588c5d7cda608ced0808297bf5
0xf0727acf0008a51ac48f93a0192804146ccf86fe455dc74958c113605ab2054c
0xcf43d8bda0fd993e86546b06cbd8bcac8ae7d2ff48adc69bc69d53d1d7aba84d

Functions
Getter at block 23940063
decimals(view returns (uint8)
18
name(view returns (string)
HOTP
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HOTP on Base
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
safeDecreaseAllowance(address spenderuint256 requestedDecrease
safeIncreaseAllowance(address spenderuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedDecreaseAllowance(address spenderuint256 currentAllowanceuint256 requestedDecrease
SafeERC20FailedOperation(address token