BABA ZINA

Unverified contract

Proxy

Active on Base with 5 txns
Deployed by via 0x30bf25ba at 21469513
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0xd0e7ad870b412fb62304d149e8a50b17048192934d755bfabba9541853d66ea8
0x65e4232b278b1c50a0375d21f2afcc243df3bb7cefa5c11179d1671e36516d4b
0xa0a36e976550a25fe569d8866c59080df4206b0fe2761a8d53995bc7091ce548
0xd638a90e7d1b47ec50d811c234d5cd99b713c1d39ade8aa8263126818878f6c5
0x2964b399c1a02a4434f0cf6e9f2d01765c7a5dac584495ac71234d7055e893b9

Functions
Getter at block 23734790
decimals(view returns (uint8)
18
description(pure returns (string)
RushERC20Basic
name(view returns (string)
BABA ZINA
symbol(view returns (string)
ZINA
totalSupply(view returns (uint256)
1000000000000000000000000000
version(pure returns (uint256)
1
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 valuereturns (bool)
initialize(string namestring symboluint256 maxSupplyaddress recipientbytes
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Initialize(string indexed namestring indexed symboluint256 maxSupplyaddress indexed recipientbytes data
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(