GOAT

Unverified contract

Proxy

Active on Base with 180 txns
Deployed by via 0x87d1ad62 at 22672184
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "GOAT"

0x02ecfb208d71d038b7a56a1c5cdfd0385d569cac091164da95ce3125c81ae69c
0xc47e8b555543673219c86cbb20b9cace54e09bc88e5022f30a39f29edfe99b2e
0x48aa1cc4d53f5b901267967dfed42f1e490a3b1e5746db74074e0082340f97c7
0x02ac78eaee2c89b0cd28332e9916006d409ca3d76471cbe9ac5755c83217b737
0x95888cc8ee195b1220481f5576aa4783d6fd744e39272f93d27d7261e87e1a59
0xef6a4f0b3600f978138892b0b339bdae5dd23c7e79140348327a9bebed8311e8
0x9ffcd78885be22262f56937b3741bff072a3452d662318db565e085c265313dc
0x00bf4d095e326d694564d42c96b5bbd4ef30ee20e221b9202916ff9a25bf7a32
0xf97a1513db7a8f2e40a2bf72e9d1f02a7d2859e9d6a9c3726e1c81c00ca16386
0x4c2e11a6c050514b0c0c33c3fdcd9b2c5c41d901eb0631b7601827f0f6ef1cde

Functions
Getter at block 22738493
decimals(view returns (uint8)
18
name(view returns (string)
GOAT
symbol(view returns (string)
GOAT
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)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(