Halloween

Unverified contract

Proxy

Active on Base with 5 txns
Deployed by via 0xe239343d at 21669429
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000
ERC-20
--
ERC-20
--
0x726e76227c03f9623fe5f33ba091a00dbfd82ecfb335a6fc33e05ee7209f273f
0xdb9ef956326db71db8c6e95e7d3b20fb841499ae20a1546f0654fc0e52e60c97
0x110117337ed9e0f6697af7cfcc10d30d0cdb059229381aef9fda71aad2fcd36f
0x1b39c418feb7150efe8b77304b57cab8732b44ff0bb88c2ed8311f5197ccccb7
0xe8d9c94dde177fc336ea317931dd3b0986e00bc28617d8b9fa6f53d5a7bc890c

Functions
Getter at block 21880743
decimals(view returns (uint8)
18
description(pure returns (string)
RushERC20Basic
name(view returns (string)
Halloween
symbol(view returns (string)
Halloween
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(