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

GoPlaces ✈️

Unverified contract

Proxy

Active on Base with 200 txns
Deployed by via 0xf0237bcd at 15829106
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x3820022e56e18eeede176d33272fa75050a2f56bb797d1ae1ca13d93eaf66100
0x54ca1446aa68e2041edac25f84755e67e75188b51aa782aa82083742dd5e6175
0x0556799a210ae62fb903cfd944dc311ea83c4b0dc3c6d40e025445eda937a9b0
0xab00e72a3c0af9d1581cd73e7b358015f11fcb41cd0a4eb0da351d7cc05c873e
0x93476fe2d6e07cf88dba9538bdf1397e19b9a176eeb37f98f5ac8f8082f42688
0xd71061e460d713c31831b0c30000317d39cd771639baaa96154d4cfdc35e1b16
0x449e2a0df877a6ea36bf1fa6cc2ad37391fc74609375baf97cf396c16c7875e3
0xea127db5f63fb45c635b332414b275fed9b6846e2e7cb48a23847e65770c5a06
0xa074d3ba4126eedab6f87b6c2fddb3b034e0d6e449ee04358ef931b4ffd1fecc
0xff9d7e1fb560c8ff762fe3edad1c3902c50194cdaa408a06d182f7f32a8abc74

Functions
Getter at block 22109858
decimals(view returns (uint8)
18
name(view returns (string)
GoPlaces ✈️
symbol(view returns (string)
GO
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(