BURN

Verified contract

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

No balances found for "BURN"

0xf3490a3c48a27cff4679f869a4b7a8d1717164dc72086623273a4fb7154e76c7
0x2e9769f3ff59d79e5a687d15e4a8b61c710685190dfac1b869e211b42b16fe28
0xbebb0aa23b1b8dccd9a672a2fc4a5f2f8896e1b9178eefb4ad0c686d2f0cf272
0xc423a1275499dfab18fdd420b50a0e7a2fa05ecb569a5d841057a581fc56b99c
0x57d79ac0e2b18498b6d6fd902f8d57a0a6f562aa22067bf43b69f7f902bebe3c
0x92f5cf332c5d0ec5c993444726012c93e7492bb793d70d0d787d1d98e269feb3
0xdbedc6c1e1a1f544c7ecfb7c58322326c1b8f9219d4000cc2bbfa52577682816
0x219bc0cced4d632175c272dafb5629c273d9852172237d7ac4e9f9c15b79fec9
0xe51b5aa5707d81b847fb4f698b9a555d2303e94facc68da876429e6b721a312c
0xc0b781b7003d456a8185a18c30e9e854fabad2d498eb2785cbd3f3e85d5b8ca6

Functions
Getter at block 23807364
decimals(view returns (uint8)
18
name(view returns (string)
BURN
symbol(view returns (string)
BURN
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