Baseball

Verified contract

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

No balances found for "Baseball"

0x2b1e08e6666246322e11fa83ea813279f44e11ee2484a4fe4fa006fde88f2555
0x52ad21a88ab5733bb60018a0b6cb96e75e67c0864427ab210f3af43e4e25983e
0xde09174bf948688f4189d8ae80bf8bc1d083adbdde824c748bd30bf32b0da212
0xd12c610e5150046e8a92a35c34b6929b60467fb4c635cb1db51ebf32303a1a36
0x4cb20bfd797b094f1c257230aa2a4fb5bf37b575e00b638a18d2a43a5d58d999
0x28bfa698114576f7d2b4cad40b29b329f9bf9f75e52f071bc4be2f07968792f0
0x13155bb447b49812c54558fa5dd0c5dfa5478afb370d3480ed1c85bde4a10a26
0xd57499fe73a81990c8d19b5d1aa6d1c94b37e010dff1eaa55676096101c9b7fe
0x9b7b32a96474629957f1c7297c5692c39ad6201c6d47d3ce9c9ba037d4952cef
0xcea60b70a287752644e4447cd5867ece8ce364e42c2a77e963deb3e9c50931b4

Functions
Getter at block 22989091
decimals(view returns (uint8)
18
name(view returns (string)
Baseball
owner(view returns (address)
0x7e0d2010412268c7439fe7b459f973e0d1d5bdef
symbol(view returns (string)
Baseball
totalSupply(view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account