BADASS

Verified contract

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

No balances found for "BADASS"

0xd2826eeabebc1d2f3e9b097d4b7610a59c797fc9698bb3f1f2c7485fd0e88b79
0x59a9d42428a83199961f21cf514b3236f5def9916f1c23f178cbf75ff5ce536f
0x5e96280611322fddf1b7697efee6f70d113cecaede709030f84ba19696032629
0xc8b912bfa9975684ff19941b15887cc1d13d70c49cec04dc842bd7b554fdd500
0xd5a5580da5f2b2e5358734f2ca78d552ad25479507c65f18500318e98e0f2601
0x6c88e2c9ff8a65adda0c5566b1dda7720ad15fae7b5bb57681583646a2b3b1fc
0xc8af4a8cb5ee75dbe3abcf1af12a07ae6e7aa82dc23eabd29087ac308929f61e
0xd10387ef81e5f118966dfc3cfbe413b15db74bf62d56664e8b259b5c0e02111e
0x3d437c520b28dca19f78d793b1354c0be26f5ad092dd6d8848316ae8520af52c
0x63e0759b895c90aebac3e13eb89a8de81975fc015b1766c25687f33092904873

Functions
Getter at block 21841319
decimals(view returns (uint8)
18
name(view returns (string)
BADASS
symbol(view returns (string)
$ASS
totalSupply(view returns (uint256)
420690420690420690420690420690
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