COTCoinPublicSaleCrowdsale
Verified contract
Active on
Ethereum with 166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c52…10b4
0xbede…fdda
0xecea…193a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COT | ERC-20 | 0.937433 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14111416 | 3 years ago | | | 0 | 0.0076744983 | |
| 14111387 | 3 years ago | | | 0 | 0.0027710212 | |
| 11867596 | 4 years ago | | | 0 | 0.0074844660 | |
| 11867365 | 4 years ago | | | 0 | 0.0060012900 | |
| 11867318 | 4 years ago | | | 0 | 0.0039636540 | |
| 10704638 | 4 years ago | | | 0 | 0.0090861000 | |
| 10574827 | 4 years ago | | | 0 | 0.010586100 | |
| 10568354 | 4 years ago | | | 0 | 0.010586100 | |
| 10568350 | 4 years ago | | | 0 | 0.010586100 | |
| 10555488 | 4 years ago | | | 0 | 0.010586100 |
ABI
ABI objects
Getter at block 21305417
admin_wallet() view returns (address)
0x894d52703566a5bc2e47837a3eeb8eb43381ee29
bonus() view returns (address)
0xecea235bd2172bcffb7b280090cf06b2b14b193a
closingTime() view returns (uint256)
1598918399
cot_sale_wallet() view returns (address)
0x25b94a458d19c97c7be62d1c2653669bccbb3e34
deliver() view returns (address)
0xbede284180c4b539430b0bfecaf1c4adff3ffdda
eth_management_wallet() view returns (address)
0xa3d779daff51a3c7a4ed7107c7b35d8f5b48767b
getAdminAddress() view returns (address)
0x894d52703566a5bc2e47837a3eeb8eb43381ee29
getEtherManagementAddress() view returns (address)
0xa3d779daff51a3c7a4ed7107c7b35d8f5b48767b
getMinimumAmount() view returns (uint256)
20000000000000000
getPendingBalance() view returns (uint256)
0
getPublicsaleClosingDate() view returns (uint256)
1598918399
getPublicsaleOpeningDate() view returns (uint256)
1532822400
getRate() view returns (uint256)
12500
getReFundAddress() view returns (address)
0x9c6090eed782a184fdb92a7ef59d9aef1eaa0fe6
hasClosed() view returns (bool)
true
ispause() view returns (bool)
true
minimum_weiAmount() view returns (uint256)
20000000000000000
openingTime() view returns (uint256)
1532822400
owner() view returns (address)
0x894d52703566a5bc2e47837a3eeb8eb43381ee29
paused() view returns (bool)
true
pending_balance() view returns (uint256)
0
public_closing_time() view returns (uint256)
1598918399
public_opening_time() view returns (uint256)
1532822400
rate() view returns (uint256)
12500
refund_token_wallet() view returns (address)
0x9c6090eed782a184fdb92a7ef59d9aef1eaa0fe6
sale_owner_wallet() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xed64142f7d0a4d94ce0e7fe45d12f712fe360bd0
wallet() view returns (address)
0xa3d779daff51a3c7a4ed7107c7b35d8f5b48767b
weiRaised() view returns (uint256)
13848410286000000000
white_list() view returns (address)
0x5c524f8b8d94999b42295ee0b6e088a4b43110b4
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _beneficiary) payable
deliverTokens(address _beneficiary, bytes32 _hash_id) returns (bool)
pause()
reFundToken(uint256 _value) returns (bool)
renounceOwnership()
transferOwnership(address _newOwner)
unpause()
updateDeliverSuspending(bytes32 _hash_id, bool _suspending) returns (bool)
updateMinimumAmount(int256 _new_minimum_weiAmount) returns (bool)
updateRate(int256 _newRate) returns (bool)
updateReFundAddress(address _add) returns (bool)
updateWaitingPlate(address[] _users, uint256[] _waiting_times) returns (bool)
DeliverTokens(address indexed from, address indexed to, uint256 token_amount, uint256 deliver_time, bytes32 hash_id)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PublicsalePurchase(address indexed beneficiary, uint256 transaction_date, uint256 waiting_time, uint256 deliver_date, uint256 value, uint256 origin_token_amount, uint256 total_token_amount, bytes32 hash_id, uint256 sale_balance, uint256 publicsale_balance, uint256 remain_balance)
ReFundToken(address indexed from, address indexed to, uint256 token_amount)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
Unpause()
UpdateMinimumAmount(address indexed updater, uint256 minimumWeiAmount)
UpdateRate(address indexed updater, uint256 transaction_date, uint256 rate)
UpdateReFundAddress(address indexed updater, address indexed refund_address)
constructor(uint256 _openingTime, uint256 _closingTime, uint256 _minimum_weiAmount, uint256 _rate, address _admin_wallet, address _eth_management_wallet, address _refund_token_wallet, address _cot_sale_wallet, address _whiteList, address _cot, address _deliver, address _bonus)
fallback()
This contract contains no error objects.