CoreChain
Verified contract
Active on
Ethereum with 723 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CORE | ERC-20 | 761.147803 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20502999 | 3 months ago | | | 0 | 0.000023651496 | |
| 19804072 | 6 months ago | | | 0 | 0.00014097752 | |
| 19804070 | 6 months ago | | | 0 | 0.00013981941 | |
| 18766740 | a year ago | | | 0 | 0.00082770980 | |
| 16987543 | 2 years ago | | | 0 | 0.00065260471 | |
| 16889250 | 2 years ago | | | 0 | 0.00048518224 | |
| 16885080 | 2 years ago | | | 0 | 0.0012264093 | |
| 16885072 | 2 years ago | | | 0 | 0.0011280143 | |
| 16809981 | 2 years ago | | | 0 | 0.0027515377 | |
| 16786714 | 2 years ago | | | 0 | 0.0026943460 |
ABI
ABI objects
Getter at block 21213873
_maxTxAmount() view returns (uint256)
20000000000000
_maxWalletToken() view returns (uint256)
50000000000000
decimals() pure returns (uint8)
9
getOwner() view returns (address)
0xcd29f52bc1f450e53447c388fc4635730dd25e40
name() pure returns (string)
CoreChain
pair() view returns (address)
0x37b36ec36110bf4ebd1ee85f28442b52c32ee831
symbol() pure returns (string)
CORE
totalStaked() view returns (uint256)
13567000000000
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
amountStaked(address) view returns (uint256)
availableBalance(address wallet) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOwner(address account) view returns (bool)
State-modifying
Events approval()
approve(address spender, uint256 amount) returns (bool)
createLiquidity(uint256 tokenAmount) payable
deposit(uint256 amount)
enableTrading(bool enable)
rescueERC20(address token, uint256 amount)
setFeeStructure(uint256 purchase, uint256 sell, uint256 trans, uint256 stake)
setInternalAddresses(address _marketing, address _liquidity, address _development, address _staking, address _token)
setInternalDivisors(uint256 _marketing, uint256 _liquidity, uint256 _staking)
setStakingAddress(address _staking)
setSwapbackSettings(uint256 _swapAmount, uint256 _swapThreshold, uint256 _swapMinAmount)
setUserLimits(uint256 _maxtx, uint256 _maxwallet)
setisBlacklist(address[] addresses, bool _bool)
setisFeeExempt(address[] addresses, bool _bool)
setisWhitelist(address[] addresses, bool _bool)
startWhitelistTrading(uint256 _whitelistTime, bool _whitelistAllowed)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
withdraw(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
CreateLiquidity(uint256 indexed tokenAmount, uint256 indexed ETHAmount, address indexed wallet, uint256 timestamp)
Deposit(address indexed account, uint256 indexed amount, uint256 indexed timestamp)
ExcludeFromFees(address indexed account, bool indexed isExcluded, uint256 indexed timestamp)
Launch(uint256 indexed whitelistTime, bool indexed whitelistAllowed, uint256 indexed timestamp)
OwnershipTransferred(address owner)
SetFees(uint256 indexed totalFee, uint256 indexed sellFee, uint256 indexed stakingFee, uint256 timestamp)
SetInternalAddresses(address indexed marketing, address indexed liquidity, address indexed development, uint256 timestamp)
SetInternalDivisors(uint256 indexed marketing, uint256 indexed liquidity, uint256 indexed staking, uint256 timestamp)
SetStakingAddress(address indexed stakingAddress, uint256 indexed timestamp)
SetSwapBackSettings(uint256 indexed swapAmount, uint256 indexed swapThreshold, uint256 indexed swapMinAmount, uint256 timestamp)
SetUserLimits(uint256 indexed maxTxAmount, uint256 indexed maxWalletToken, uint256 indexed timestamp)
TradingEnabled(bool indexed enable, uint256 indexed timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed account, uint256 indexed amount, uint256 indexed timestamp)
isBlacklisted(address indexed account, bool indexed isBlacklisted, uint256 indexed timestamp)
isWhitelisted(address indexed account, bool indexed isWhitelisted, uint256 indexed timestamp)
constructor()
receive()
This contract contains no error objects.