Boys Club

Verified contract

Active on Ethereum with 1,510 txns
Deployed by via 0x24c9aa3f at 19714995
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $19.45
0x43724893e3a74ce608a3ad64a8d8fcb0c968728fb3483942cef1f28e15191f7c
0x31a1ff712f927f092c50011a5667a5df72e28a6e0dcb2fc6352732406fe1720a
0x1f149d950130dac9841d258035836b0df6f60b651dc91579ae7b7c1edffe78b8
0xb27287f3182020a7c3832a9a154930031f53252f3c3207448d6167bc80f6cff4
0x72c1c18e399f33552ea7a7cd19641f6c853531eec36301f76dbc42b6fdb65e99
0x333674966e49b9f998f9ca3b13eb60c175846604f9b2f32e641a740f031aa4bd
0x4a9d4d1c14a10ffb5685eaff9a8f09a432054aced79f1d8c7d3b647dbb845521
0xd953515f6ee48f27eea5d07ed753b41cc53b4eda4cb2729aa807e59acdb27bd0
0xc7f0b81d6c29818c3142aa559de4d67712463a3b4ba40884b628bb690d69b360
0x1f1a070c8f6f9c0c51a1facccc80ce1ea6d82d22c2a3ba8c083b193fb1b50d0f

Functions
Getter at block 21162929
decimals(view returns (uint8)
18
name(view returns (string)
Boys Club
symbol(view returns (string)
BOYS
totalSupply(view returns (uint256)
1000000000000000000000000000000
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(
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