Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfdca…2353
0x7584…4fe8
Balances ($5,268.99)
Native
Value
$5,268.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.578746 | $3,337.45 |
$5,268.99 | |
Robot | ERC-20 | 1B | -- | -- | |
Tiger | ERC-20 | 1B | -- | -- | |
webkorps stricker | ERC-20 | 1B | -- | -- | |
xx | ERC-20 | 1B | -- | -- | |
DJIA | ERC-20 | 1B | -- | -- | |
EthCoin | ERC-20 | 1B | -- | -- | |
magnet-ticker | ERC-20 | 1B | -- | -- | |
| ERC-20 | 1B | -- | -- | |
MAXI | ERC-20 | 1B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20870365 | 2 months ago | | | 0 | 0.0024245247 | |
| 20870337 | 2 months ago | | | 0.15 | 0.047891500 | |
| 20870172 | 2 months ago | | | 0.21352471 | 0.041885159 | |
| 20870169 | 2 months ago | | | 0.15606119 | 0.0025707580 | |
| 20870169 | 2 months ago | | | 0.1257795 | 0.0025707580 | |
| 20870169 | 2 months ago | | | 0.20998786 | 0.0025707580 | |
| 20870169 | 2 months ago | | | 0.19865523 | 0.0025707580 | |
| 20870169 | 2 months ago | | | 0.14968137 | 0.0025707580 | |
| 20870169 | 2 months ago | | | 0.13602954 | 0.0025705964 | |
| 20870169 | 2 months ago | | | 0.2130453 | 0.0025707580 |
ABI
ABI objects
Getter at block 21247848
DECIMALS() view returns (uint8)
18
FEE_DENOMINATOR() view returns (uint256)
10000
INIT_REAL_TOKEN_RESERVE() view returns (uint256)
793100000000000000000000000
INIT_VIRTUAL_TOKEN_RESERVE() view returns (uint256)
1073000000000000000000000000
K_() view returns (uint256)
1893410036565376370975000000000000000000000000
MAX_FEE() view returns (uint256)
1000
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
creationFee_() view returns (uint256)
0
emLedger_() view returns (address)
0x0cfd349a07158d165263b9074a6c62404a6d3d4b
externalEntities_() view returns (address)
0x758491c4eef56889d7ae6aac769749b362f74fe8
feeRate_() view returns (uint256)
100
feeTo_() view returns (address)
0x01a9f2a518e9122af3ab95295a2e9746a3396b5e
graduationFeeRate_() view returns (uint256)
200
graduationThreshold_() view returns (uint256)
4999999999999999999
headmaster_() view returns (address)
0xfdcaf6271dc20e1de59728af169d461d6a7b2353
initVirtualEthReserve_() view returns (uint256)
1764594628672298575
owner_() view returns (address)
0x01a9f2a518e9122af3ab95295a2e9746a3396b5e
paused_() view returns (bool)
false
Read-only
calcAmountOutFromEth(address token, uint256 amountIn) view returns (uint256 amountOut)
calcAmountOutFromToken(address token, uint256 amountIn) view returns (uint256 amountOut)
getPool(address token) view returns (struct EmCorePool)
getPoolsAll(uint256 offset, uint256 limit) view returns (struct EmCorePool[])
pools_(address) view returns (address token, uint256 tokenReserve, uint256 virtualTokenReserve, uint256 ethReserve, uint256 virtualEthReserve, uint256 lastPrice, uint256 lastMcapInEth, uint256 lastTimestamp, uint256 lastBlock, address creator, address headmaster, uint256 poolId, uint256 K)
State-modifying
Events createToken(string name, string symbol, uint256 initAmountIn, string description, string extended) payable returns (address token, uint256 amountOut)
createTokenAndBurnLiquidity(string name, string symbol, uint256 initAmountIn, string description, string extended) payable returns (address token, uint256 amountOut)
setCreationFee(uint256 fee)
setEmLedger(address _ledger)
setExternalEntities(address externalEntities)
setFeeRate(uint256 feeRate)
setFeeTo(address feeTo)
setGraduationFeeRate(uint256 feeRate)
setHeadmaster(address headmaster)
setInitVirtualEthReserve(uint256 initVirtualEthReserve)
setOwner(address owner)
setPaused(bool paused)
swapEthForTokens(address token, uint256 amountIn, uint256 amountOutMin, address to, uint256 deadline) payable returns (uint256 amountOut)
swapTokensForEth(address token, uint256 amountIn, uint256 amountOutMin, address to, uint256 deadline) returns (uint256 amountOut)
Buy(address indexed token, address indexed sender, uint256 amountIn, uint256 amountOut, address indexed to)
PriceUpdate(address indexed token, address indexed sender, uint256 price, uint256 mcapInEth)
Sell(address indexed token, address indexed sender, uint256 amountIn, uint256 amountOut, address indexed to)
TokenCreated(address indexed token, address indexed creator)
TokenGraduated(address indexed token, address indexed headmaster, uint256 indexed poolId, uint256 amountToken, uint256 amountETH)
constructor(uint256 initVirtualEthReserve)
This contract contains no fallback and receive objects.
AlreadyGraduated()
DeadlineExceeded()
FeeTooHigh()
Forbidden()
InsufficientOutput()
InvalidAmountIn()
NotEmToken()
Paused()
TooMuchMcap()