Bandrex Figurine Token

Verified contract

Active on Base with 38 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bandrex Figurine Token"

0x65b5ac78914d23a4f9dd8779646510e9b6544b309d8becd379a1745969cb82df
0x1ddae990d179a6b9c42ac4b1fbc7c97c47262744cf7030f3c72ff33aff787d72
0x46e598cc1af3ccefcf5137f16bd806fedab1cbfad71e4a3bb23bc0df370b6f91
0x249e817c3ca99b74062c2b5f5bf8615b9a374527f9e5d7862e67baa2446f02b3
0x96fedeb816cf56b7b6fbb84b2cea43c3dd1a673fc6e5d8fb9068770c141c5846
0xab48567212edf91146d1f6de5b2c4f83492f17655ef9bcb9b9ee1c254013a935
0xd2ee115043722812f3220edc5a4a13f6839073a376194f4380cebc6569b402cf
0xd16f4a3b587e4fbce2c5e4e9019d6341b7b2e78841600b7be12a225565dddbba
0xec3cc880c7f97c32b67e30b3a18a84d90275bda24c8cb070e33ee5f08ad6b7ef
0x712f0c15adad6accf513d8dc245bf37db94225a1e66d8fca447fdf5375729afc

Functions
Getter at block 22991053
decimals(view returns (uint8)
18
name(view returns (string)
Bandrex Figurine Token
symbol(view returns (string)
BANDREX
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