We are ERC123
Verified contract
Active on
Base with 1,810 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($546.46)
Native
Value
$546.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.2185 | $2,500.97 |
$546.46 | |
ERC123 | ERC-20 | 10B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21863800 | 5 hours ago | | | 0 | 1.8051186e-7 | |
| 21861710 | 7 hours ago | | | 0 | 2.2939155e-7 | |
| 21861395 | 7 hours ago | | | 0 | 1.1447742e-7 | |
| 21861365 | 7 hours ago | | | 0 | 1.1416204e-7 | |
| 21861026 | 7 hours ago | | | 0 | 1.4063885e-7 | |
| 21859951 | 7 hours ago | | | 0 | 2.2734703e-7 | |
| 21859932 | 7 hours ago | | | 0 | 2.2594497e-7 | |
| 21859788 | 8 hours ago | | | 0 | 2.3070159e-7 | |
| 21859738 | 8 hours ago | | | 0 | 1.4400547e-7 | |
| 21859730 | 8 hours ago | | | 0 | 1.4394801e-7 |
ABI
ABI objects
Getter at block 21873415
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 ended, bool successful, uint256 totalRaised, uint256 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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contributions(address) view returns (uint256)
pendingTokens(address) view returns (uint256)
sharesBought(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
claimRefund()
claimTokens()
contribute() payable
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimedRefund(address indexed user, uint256 ethAmount)
Contributed(address indexed user, uint256 ethAmount, uint256 tokenAmount, uint256 feeAmount)
FeeTransferred(address indexed recipient, uint256 feeAmount)
LiquidityAdded(uint256 tokenAmount, uint256 ethAmount)
SaleEnded(bool successful, uint256 totalCollected)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address _factoryContract, uint256 initialShares, address _deployer)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ReentrancyGuardReentrantCall()