bingo100x

Unverified contract

Proxy

Active on Base with 221 txns
Deployed by via 0xd9c0c138 at 22959993
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "bingo100x"

0x03ee40662d6e470e308a3a674bccd90fd0b663e904fcdbc724fd23454d2b69be
0xfef14ea44ef99c7f68b535aeb796a58ae6b8819e23014ec67f6ef5aa7123a378
0x0ef41c50afda0b37a9c591d46153417cfdfb07ecfaff35656273ab5d3d360626
0x5249df413c564fcfb5b04270d4a920f9778cf5c69e11494fdb19f2d7194d664f
0xaa5a5604acfd3a80ff8c61789fdf3b96230f0c5d5176d5803f3da33a8d2ddee8
0x97b041f788145367b9f877aa9c2426d0202d96a5bab41d796481cefe6e1a392c
0x9d56ce747d90f220638e86ec0f147897634cbe018c260edf32a4a600222479ba
0xfbc1e7e4f12e463cfb2422b4d53fe39616cb88309239f8a493c4bfcd484823a1
0x464edc4c0c6f574eed08482d0a3b3ac2c9dc5afce82fd13495ce5af1d6cf7450
0xcd1a30cc8122edd9def146d79adee653ef782292edb31c89de5e9b0c0ceb860a

Functions
Getter at block 23718454
decimals(view returns (uint8)
18
name(view returns (string)
bingo100x
symbol(view returns (string)
BINGO100X
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(address _mintTouint256 _totalSupplystring _namestring _symbol
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 value
Constructor

This contract contains no constructor objects.

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
InvalidInitialization(
NotInitializing(