We are ERC123

Verified contract

Active on Base with 2,014 txns
Deployed by via 0x6a173d80 at 21793640
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $595.4
ERC-20
--
0x1bc16c3eb48346ce85c4a5eb0217dfb08597a4090de13269e636a863fd7aa094
0x5f58b5e949bff0ebbd71bdd4712a06ac08983ae9cc57eaa05f5634c758ca6fa6
0x8d173e1bd17be43209c0219f6065a863ba10dfdea98d4cdae710059a450e6e28
0xf8a72530bc26d46f65ccbc9862d6d0a6b7e1eb31a24f3d2fd7abcfd56a0f668d
0xb651ed2ed305866f762e6e99dccc5b4837eb40896fb348e2d20ff1832ea6f151
0x82cd496b8ae524df73dadce15767a482ed1b4cd1f0b918780ebfb8e85a7b2319
0x7d04c65fa76228313d96be788e3200ba6915f36f4fc4829b212475b4b728bf3c
0xc578c86b49d1d41813c6f229478d8f32bd43bad2b6864dd5fdbf8eae3354ff48
0xea8bda2dae0ba2816dcf510a6beb57cd5588762956bdeb6ac3fd1d53bf7c426b
0xcee2e0010ad7c90717f9dd749637eb353da5adf224ccd5255d0511a3c0f92efa

Functions
Getter at block 22758113
FEE_PERCENTAGE(view returns (uint256)
10
MAX_SHARES_PER_ADDRESS(view returns (uint256)
10
SALE_DURATION(view returns (uint256)
86400
SHARE_PRICE(view returns (uint256)
250000000000000
SHARE_PRICE_WITH_FEE(view returns (uint256)
275000000000000
TOKEN_FOR_LIQUIDITY(view returns (uint256)
5000000000000000000000000000
TOKEN_FOR_PRESALE(view returns (uint256)
5000000000000000000000000000
TOKEN_PER_SHARE_PRESALE(view returns (uint256)
500000000000000000000000
TOTAL_ETH_AMOUNT(view returns (uint256)
2500000000000000000
TOTAL_SHARES(view returns (uint256)
10000
TOTAL_TOKEN_SUPPLY(view returns (uint256)
10000000000000000000000000000
decimals(view returns (uint8)
18
deployer(view returns (address)
0x2c6fc01973220a5efbd8b23aa1966c6cbd957665
factoryContract(view returns (address)
0x09ea70de47c80892d1b113ff3327fa2ce11d55d3
getPresaleStatus(view returns (bool endedbool successfuluint256 totalRaiseduint256 timeRemaining)
(ended=true, successful=false, totalRaised=430000000000000000, timeRemaining=0)
getSharePriceWithFee(pure returns (uint256)
275000000000000
liquidityAdded(view returns (bool)
false
name(view returns (string)
We are ERC123
saleEnded(view returns (bool)
true
saleStartTime(view returns (uint256)
1730376627
saleSuccessful(view returns (bool)
false
symbol(view returns (string)
ERC123
totalCollectedETH(view returns (uint256)
430000000000000000
totalSupply(view returns (uint256)
10000000000000000000000000000
uniswapRouter(view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
contributions(addressview returns (uint256)
pendingTokens(addressview returns (uint256)
sharesBought(addressview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
claimRefund(
claimTokens(
contribute(payable 
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ClaimedRefund(address indexed useruint256 ethAmount
Contributed(address indexed useruint256 ethAmountuint256 tokenAmountuint256 feeAmount
FeeTransferred(address indexed recipientuint256 feeAmount
LiquidityAdded(uint256 tokenAmountuint256 ethAmount
SaleEnded(bool successfuluint256 totalCollected
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress _factoryContractuint256 initialSharesaddress _deployer
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
ReentrancyGuardReentrantCall(