Adidas

Verified contract

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

No balances found for "Adidas"

0xd88b10b30b8edc768b4fed863b7a8571f69fb4162806118868f1105ae20dab47
0x7212c2598847822273ef9a4ad1eb94c08208e58334e82848d85ad8f08f1d129d
0x3875ea09d0ef65f969c7821bb356b71b60cf4c1d897a6c96c28b6e5fb1f00eed
0x576139c3212754c71b5804d23e168a83cb913ffa3b27488bf8789863e2bd7e51
0xafb714f10f8fa00671fbd8e029525fd5cf51eea379a9388360c7930b31d0df46
0xc52d3620098838707e05946e3ceb957887618ae0ad56f73bfbe3c86816fb4cb2
0xd8caeb02a20dd609fbb3514ba98187370845d8bcb8c6ad206d6a186fe1dff473
0x3cd46ef23fb55d2c53b7539c26ed2855b0937ae229f13f4d7ddf3f4186dd8e6f
0xeb8f124e5abb9eaa962c20df39fcfe0efe5eca02f7cb15eddfd90601b514bd55
0xc114dffb821f11c82c0c041f518f5dcc072c2f14ecdd1793e2ee88f868bea454

Functions
Getter at block 23063955
decimals(view returns (uint8)
18
name(view returns (string)
Adidas
symbol(view returns (string)
ADIDAS
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)
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(string _namestring _symboluint256 _totalSupplyaddress _receiver
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