Boys Club

Verified contract

Active on Ethereum with 1,581 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.47
0x892e40f6f70b87518f5fae486418688c98e4c88bda22f3597fbccb58c6896c73
0x85f1e17c1e8fe7888b8de22f21f72e69f04681c878524e73ee91aa28f6b3c9de
0x4ede4c04893cd29c68da5dc6df8fc6eb40ee8445ecd0f6ed09734dc808fa47ff
0xe0cab358ba5bc9f6af3df6eb78634bac67a9e2c16e8b796a2dc131a406185a18
0x0c825543c3f4e2331a8304905d464b90cdff2490c7487b7a5832633f59b300c2
0x956e748799a9eae19b4b6e7797ef42840e7b75b36dad9f985b83b1f5e7bdb740
0x9e6c5e63084ff9ef9965936655ea2e116cd7a815a765c881fcf36b0958f62099
0x23741f47461f67696460e0e3f10c5f6bf0deb6588fc05839bdc1514341896821
0x0962122899b98d4d7a00e4c6a3df79947ec595830a1c52b11075fea3d45b99f9
0x927c3d3b7e79912b9f3039d4311f620226880de12b49b1eb4294910dd0b32035

Functions
Getter at block 21259349
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