MonkTokenSale
Verified contract
Active on
Ethereum with 1,235 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($225.38)
Native
Value
$225.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0607 | $3,713.02 |
$225.38 | |
MONK | ERC-20 | 944.43574B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18012097 | a year ago | | | 1.9402659 | 0.00064723056 | |
| 18011792 | a year ago | | | 0.030316655 | 0.00044122114 | |
| 18011627 | a year ago | | | 0.015158328 | 0.00035460024 | |
| 18011610 | a year ago | | | 0.028497656 | 0.00043260703 | |
| 18011588 | a year ago | | | 0.02728499 | 0.00041465911 | |
| 18011584 | a year ago | | | 0.029103989 | 0.00042598608 | |
| 18011575 | a year ago | | | 0.030316655 | 0.00040227600 | |
| 18011316 | a year ago | | | 0.030316655 | 0.00050022013 | |
| 18011302 | a year ago | | | 0.030316655 | 0.00039145872 | |
| 18010791 | a year ago | | | 0.0090949965 | 0.00042335635 |
ABI
ABI objects
Getter at block 21378868
getETHPrice() view returns (uint256)
370081000000
getETHPriceFees() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
getMaxTokensToSell() view returns (uint256)
960000000000000000000000000000
getMaxWalletLimit() view returns (uint256)
5000000000000000000000000000
getMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
getMonkCoin() view returns (address)
0xaa35cc8660cc26d86913e771c141fd6eeb5ff29e
getSaleEndTime() view returns (uint256)
1693098640
getSaleStartTime() view returns (uint256)
0
getTokenPrice() view returns (uint256)
7500000000000
getTotalTokensSold() view returns (uint256)
31128519863805875101921332895
getWhitelistSaleEndTime() view returns (uint256)
0
getWhitelistSaleStartTime() view returns (uint256)
0
owner() view returns (address)
0xb3f7eabd1298299e5a2512afb5f5251e775021af
priceFeedDecimals() view returns (uint256)
8
Read-only
getETHAmount(uint256 amountInUSD) view returns (uint256)
getPurchasedTokens(address wallet) view returns (struct MonkTokenSaleTokenPurchase)
State-modifying
Events publicPurchase(uint256 amountInUSD, address token) payable
renounceOwnership()
setETHPriceFeed(address _newETHPriceFeed)
setMaxTokensToSell(uint256 amount)
setMaxWalletLimit(uint256 amount)
setMerkleRoot(bytes32 _newMerkleRoot)
setSaleEndTime(uint256 _newSaleEndTime)
setSaleStartTime(uint256 _newSaleStartTime)
setTokenAllowed(address token, bool status)
setTokenPrice(uint256 _newTokenPrice)
setWhitelistSaleEndTime(uint256 _newWhitelistSaleEndTime)
setWhitelistSaleStartTime(uint256 _newWhitelistSaleStartTime)
transferOwnership(address newOwner)
whitelistPurchase(uint256 amountInUSD, address token, bytes32[] proof) payable
withdrawETHBalance(uint256 amount)
withdrawTokens(address token, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchased(address indexed buyer, uint256 amountPurchased, uint256 amountTransferred, address token)
constructor()
receive()
This contract contains no error objects.