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 "Goth🎸"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20883817 | 2 months ago | | | 0 | 7.1977309e-7 |
ABI
ABI objects
Getter at block 23759998
_owner() view returns (address)
0x2ea7c22197046f00c422dd9a0dab438ea60c7d97
decimals() view returns (uint8)
18
name() view returns (string)
Goth🎸
routerAddress() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
symbol() view returns (string)
Goth
tokenAddress() view returns (address)
0x52f871fc325285626f6e408d8aa242af1ec0f2e8
totalSupply() view returns (uint256)
4900000000000000000000000000
uniswapV2Factory() view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
uniswapV2Pair() view returns (address)
0x72ccbc16a4a7280cc8a4e5614be4e8085fd1f93e
wethAddress() view returns (address)
0x4200000000000000000000000000000000000006
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addMultipleToWhitelist(address[] accounts)
addTolist(address account)
approve(address spender, uint256 value) returns (bool)
removeFromlist(address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogSenderAndFrom(address indexed msgSender, address indexed from, address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply)
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)