smiles

Unverified contract

Proxy

Active on Base with 263 txns
Deployed by via 0x4cda4ee2 at 15781573
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x126adcc3e0c54a6ef383cb52f4c3568724864f9d841bc29b2059f50061719003
0x6cc0bd4fc8fd63d74842269468df1fd1cdd2bfee80c6505febe4237801b79e13
0x09ce42aa7f37edd5b3fc9fc96c871c760572b7a553966ee8dc9c0b330cb8a2a6
0xca44eb87dd3cbb43b6261ab68d3f91dda72359a4903cd6e67172f1af3fb55b8f
0x6c01af9bb3251467c55b371df9ecee650dbb989155b4718cc0766bbf2e25ad2f
0x60414ffafea1ff8de083b49bfa2cf32e5eadda5b1f7ff250c269d29f77df848c
0x18622a7e80230d3f7acbc66c9509a527f2015866470beae3546ee17d4945109d
0xaffa26793937d0386b794dbe8aed8e031da5fe0e4c025ee8a2d5478424b670ee
0xecbef1716c31d5c6ff74b59fd0640ca451d638aadac1be424702c9d8610934d6
0xc7218829baf7e2e821f3c225bb96b46d9d14e359df73700e6a50610f29840d9b

Functions
Getter at block 21823253
decimals(view returns (uint8)
18
name(view returns (string)
smiles
symbol(view returns (string)
MILE
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(