Bad Santa

Verified contract

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

No balances found for "Bad Santa"

0x692ab199e9ad93eb3a737a64c367c81cfe586eccd619141987da3b7e2347de65
0xe8c2bc9a3600e02d5bf596b8645788289a635ff2fcfe2eb8151d6c8e34a851d8
0x015de3b50bcd34bf7e42074b56082751b3cbc62fd53680e38d638aa6d1e2c708
0xd9dd46d8a947d4a9ab25eeac296f8cac567e0d4be10a4ad22a3c878387857d76
0x5c536dcb9209bd187a0ff85ca70b18d51beedf6c0444b7349c07f2ab72d984a4
0xfe2d8c600be66ea4504b7fd2ed5406b8b8b1e3559487524f7838c192f748546a
0xaadc90b96422dd4afcd7b09f106c3e315b97d53a7399717c51496a39db4d3753
0x27920447dd91bd649b2278f5f60e7920ef975728bcd30617f25d653fd08353ef
0xc8d474ed42e6cf6cccc1592d88f15610588edeff1b80852534b4505d4cd2bda2
0x6fcdad8a502ea40f322ffb2c21a278a527e7080334b6993e0f3cd7386e93c965

Functions
Getter at block 23724494
decimals(view returns (uint8)
18
name(view returns (string)
Bad Santa
symbol(view returns (string)
badsanta
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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