Blue Yoshi

Verified contract

Active on Base with 41 txns
Deployed by via 0x2c8cbb36 at 12354697
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Blue Yoshi"

0x10407ad50b86a195b0d0125bb0700de00ad2ade5cd0e355cd4bc91fd6150eeea
0x6c867bafc8c65ad686b961b1b3a348b9bf886470bef1a3a81cd479380256ddd6
0x35aeffb008350d9c3d2aa9a915f3996245bbbf0f5780879b32d5633491dd0b4d
0xb9ee0bb63f4a3463e100f6e345515c8765538be98f602d2e1a90eafd793c7716
0x634f22c28d543f64f7095c21f1c5b6fea016e6b6615a915ed317a6b43077d994
0x477f95f9f73dbcfb0eee1b8b92c4836008d7166489a85be081337d81c806f545
0xd105e42882deb8ec6d99f7c8189ff932995f16a8f97575ee08ce51c52c5201f3
0x9373e229a161712b00298badc8e35b7355d19755b95733a1a11938505b3a30c8
0x99b01a05693e121672c6671c5deee87b7be4e8eb09046d41754dc991ea68bc3f
0x1775b48c9e91b4c032e874373877704b820a7abacb3e3475e057566d3adef7c6

Functions
Getter at block 22772258
decimals(view returns (uint8)
18
name(view returns (string)
Blue Yoshi
pairAddress(view returns (address)
0xf93f6f6a4dd6e75b06d790229390e94ab27a4a9d
symbol(view returns (string)
BYOSHI
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
_mapping(addressview returns (uint256)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
changeOnwer(address newOwmer
startTrading(bool st
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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