GTH 2.0

Unverified contract

Proxy

Active on Base with 425 txns
Deployed by via 0xc754f1bf at 21980144
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#1244)
ERC-721
--
0x50b0887348894a9b4d4aee9b88e91aeaeef25a6b2559207c2bc475f2eaeb77e2
0x7c9868eeed3c1f4310f3f175e3dba68cbece7d786705b1684f80eafb0e1c6e7b
0x8f2cb7248baa018ccb16feb8e30cba0971eb5a32bd1a17796a9e0734fb8e13be
0x77d0cdf97b74ff3414145ebd301199c1539baead9e16bff88cf7228fde526f60
0xa3b02d9b50d0602aa740ffc2e69052b448c81a1197fc57e1b4fdaaf167db33d9
0x75288304a6b91c8eef5207f9eea4f5f7f137b1c41489825ff4c08d0935e30035
0xfa138b162ce32190cb28f9bc54c51fc464bfc55490824b276f19ce19f286db40
0xea6edfc037a13391e7f034e8ebc5fb61818e0c8e6a0c7b8d570cb8dc0f5232d9
0x918db624dbd3b065b150ba4ba1b7d27baeb5f3d7abaae07beccef9ce8a87cc34
0x187b340e7a4f36df537e42e7db580f315bd38c429ef5683aa3111c7865eb5215

Functions
Getter at block 22944270
adminSellFeePercent(view returns (uint8)
10
ansTokenID(view returns (uint256)
1244
bondingCurve(view returns (address)
0x772e2e59fe2480f30400b5365a4b544875e3baaf
creatorSellFeePercent(view returns (uint8)
20
decimals(view returns (uint8)
18
hasLaunched(view returns (bool)
true
name(view returns (string)
GTH 2.0
owner(view returns (address)
0x98d8ebbf0e389e4fdf20849d3f6788cc6f06e4ee
pair(view returns (address)
0x4e5108d38e28793310d918807a74c52b8e1d3dca
router(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol(view returns (string)
GTH
totalSupply(view returns (uint256)
21000000000000000000000000
treasury(view returns (address)
0xb1364262162923b55c831f5371a5d535bc045747
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getCooldown(address _useruint256 _cooldownIndexview returns (struct AgentKeyCooldown)
getMembership(address _userview returns (uint256)
getStuckETHTokens(address _addressview returns (uint256)
getTotalCooldowns(address _userview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
cancel(uint256 _cooldownIndex
claim(uint256 _cooldownIndex
claimStuckETH(address _receiver
initialize(address _bondingCurveaddress _creatoraddress _routerstring name_uint256 _ansTokenIDaddress _treasuryuint8 _adminSellFeePercentuint8 _creatorSellFeePercent
launch(
renounceOwnership(
setPair(address _pair
subscribe(uint256 _amount
transfer(address touint256 valuereturns (bool)
transferFrom(address _fromaddress _touint256 _valuereturns (bool)
transferOwnership(address newOwner
unsubscribe(uint256 _amount
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Cancelled(address indexed accountuint256 cooldownIndexstruct AgentKeyCooldown cooldown
Claimed(address indexed accountuint256 cooldownIndexstruct AgentKeyCooldown cooldown
ETHTransferFailed(address indexed accountuint256 amount
FeesCollected(uint256 tokensSwappeduint256 adminAmountuint256 creatorAmount
Initialized(
Initialized(uint64 version
Launched(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PairUpdated(address pair
StuckETHClaimed(address indexed accountaddress indexed receiveruint256 amount
Subscribed(address indexed accountuint256 ak
Transfer(address indexed fromaddress indexed touint256 value
Unsubscribed(address indexed accountuint256 cooldownIndexstruct AgentKeyCooldown cooldown
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
InvalidAddress(
InvalidAmount(
InvalidIndex(
InvalidInitialization(
NotInitializing(
NothingStuck(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
PrematureExecution(
ReentrancyGuardReentrantCall(
TransferFailed(address accountuint256 amount
Unauthorized(
Unavailable(