PresaleContract
Verified contract
Active on
Ethereum with 20,425 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x982b…391a
0x5f4e…8419
Balances ($0.00)
No balances found for "PresaleContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20451729 | 3 months ago | | | 0.0053 | 0.000031183000 | |
| 19489461 | 8 months ago | | | 0.01 | 0.00093853908 | |
| 19486861 | 8 months ago | | | 0.075 | 0.00073325757 | |
| 19486855 | 8 months ago | | | 0.075 | 0.00076430163 | |
| 19486851 | 8 months ago | | | 0.075 | 0.00075352107 | |
| 19241098 | 9 months ago | | | 0.034 | 0.00093483808 | |
| 19237658 | 9 months ago | | | 0.1 | 0.00085295535 | |
| 19228203 | 9 months ago | | | 0.035 | 0.00065158075 | |
| 19227188 | 9 months ago | | | 0.035 | 0.00089115626 | |
| 19227172 | 9 months ago | | | 0.0365 | 0.0010000153 |
ABI
ABI objects
Getter at block 21162698
current_round_index() view returns (uint8)
0
get_current_raised() view returns (uint256)
6274814162285
get_current_round() view returns (address, uint256, uint256, uint256)
(0x122d7b43d32e61ea12faf61245b4479d3bdf0a72, 110, 6274814162285, 6700000000000)
owner() view returns (address)
0x5bcb229b35b1cd950d3ddf8a5bfe49bbf1aa9ab2
paused() view returns (bool)
false
presale_ended() view returns (bool)
true
token_interface() view returns (address)
0x982b50e55394641ca975a0eec630b120b671391a
usdt_interface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
round_list(uint256) view returns (address wallet, uint256 usdt_to_token_rate, uint256 usdt_round_raised, uint256 usdt_round_cap)
users_list(address) view returns (uint256 tokens_amount, uint256 usdt_deposited, bool has_claimed)
State-modifying
Events buy_with_eth() payable returns (bool)
buy_with_eth_wert(address user) payable returns (bool)
buy_with_usdt(uint256 amount_) returns (bool)
claim_tokens() returns (bool)
end_presale()
pause()
renounceOwnership()
set_current_round(address wallet_, uint256 usdt_to_token_rate_, uint256 usdt_round_cap_)
start_next_round(address wallet_, uint256 usdt_to_token_rate_, uint256 usdt_round_cap_)
transferOwnership(address newOwner)
unpause()
withdrawToken(address tokenContract, uint256 amount)
Deposit(address indexed _user_wallet, uint256 indexed _pay_method, uint256 _user_usdt_trans, uint256 _user_tokens_trans)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address oracle_, address usdt_, address token_, address wallet_, uint256 usdt_to_token_rate_, uint256 usdt_round_cap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.