CRAFT

Unverified contract

Proxy

Active on Base with 68 txns
Deployed by via 0x5406ee30 at 22696872
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "CRAFT"

0x409669070218db92a7eaf85684441aeb7696c38702dbf307a1b527430bbf043d
0xa3793b7e4dac02a2cbf50524aa44eaf1e076414d5516ed42152258c697039e4e
0xdf884efd1bcf2d25c751d396a985d5503c294df46856a70a2721848b1f4fab5d
0xf3019ca8c46d46e45843c88fb74c16224c78787a5d626b9f4653a4d634d2de44
0x404525835396f2231f5e1a3cd2070a24e9507ad4b116f3b6f24946ca1dbc54f7
0x34d183609b13ca4bdd6343e92e49dd3371d06b529a22fb6b55199d7a52f4c8f4
0x3e02047d1948c3d7fdb3cd266942e9d26fa846950a854f1551174f280ef57ad2
0xc161be9bbb6445437a3d8ee6d5912dffd0c9851107e21059579ae13a6128a5c3
0x2e65e4ee0d4d650ec23213928d201a40132b4764e0cc111971f7f65eb61c3e84
0x71e34f8abd04b0dcf2f9e9e925a29acd74e043ddbb6628224c93a5a24a04788e

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