Presale
Verified contract
Active on
Ethereum with 12,452 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($509.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 509.092211 | $1.00 |
$509.09 | |
KANG | ERC-20 | 179 | $0.0023 |
$0.41 | |
0xa324…945a | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258004 | 3 minutes ago | | | 0.004 | 0.0011074994 | |
| 21257960 | 12 minutes ago | | | 0.012 | 0.0010376840 | |
| 21257953 | 14 minutes ago | | | 0.145 | 0.00091909215 | |
| 21257945 | 15 minutes ago | | | 0.047 | 0.0011543168 | |
| 21257936 | 17 minutes ago | | | 0.061 | 0.0011505484 | |
| 21257921 | 20 minutes ago | | | 0.0082 | 0.0010396261 | |
| 21257921 | 20 minutes ago | | | 0 | 0.0012547425 | |
| 21257898 | 25 minutes ago | | | 0.005 | 0.00099587798 | |
| 21257893 | 26 minutes ago | | | 0 | 0.0012436602 | |
| 21257847 | 35 minutes ago | | | 0.005 | 0.0013080320 |
ABI
ABI objects
Getter at block 21258019
COIN_PRICE_FEED() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFAULT_DELAY() view returns (uint256)
43200
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PRICEFEED_DECIMALS() view returns (uint8)
8
STABLETOKEN_PRICE() view returns (int32)
100000000
STABLE_TOKEN_DECIMALS() view returns (uint8)
6
TOKEN_PRECISION() view returns (uint8)
18
paused() view returns (bool)
false
protocolWallet() view returns (address)
0xaeef302db6e2cfc380ecc2c495c1ebaddd7c54de
stageIterator() view returns (uint256)
7
totalSoldInUSD() view returns (uint256)
338543320500000
totalTokensSold() view returns (uint256)
109294242
usdcToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
balances(address user) view returns (uint256 balance)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
stages(uint256) view returns (uint96 cost, uint160 amount)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events depositCoin(address referrer) payable
depositCoinTo(address to, address referrer) payable
depositUSDC(uint256 amount, address referrer)
depositUSDCTo(address to, uint256 amount, address referrer)
depositUSDT(uint256 amount, address referrer)
depositUSDTTo(address to, uint256 amount, address referrer)
grantRole(bytes32 role, address account)
pause()
renounceRole(bytes32 role, address callerConfirmation)
rescueFunds(address token, uint256 amount)
revokeRole(bytes32 role, address account)
setStage(uint256 stageIterator_)
unpause()
updateProtocolWallet(address wallet)
updateTotalSold(uint256 amount)
AmountAndUSD(address indexed user, uint256 amount, int256 usd)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
StageUpdated(uint256 currentStage)
TokensBought(address indexed token, address indexed user, address indexed referrer, uint256 amount)
Unpaused(address account)
constructor(address COIN_PRICE_FEED_, address usdcToken_, address usdtToken_, address protocolWallet_, address DAO, address operator)
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
EnforcedPause()
ExpectedPause()
SafeTransferFailed()
SafeTransferFromFailed()