FreedumFightersPresale
Verified contract
Active on
Ethereum with 434 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DUM | ERC-20 | 108M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21184045 | 8 minutes ago | | | 0.09 | 0.0022058344 | |
| 21184022 | 12 minutes ago | | | 0.012 | 0.0023956410 | |
| 21184014 | 14 minutes ago | | | 0.005 | 0.0019622890 | |
| 21183247 | 3 hours ago | | | 0.03 | 0.0023354001 | |
| 21183245 | 3 hours ago | | | 0.03 | 0.0024526158 | |
| 21182948 | 4 hours ago | | | 0.0313 | 0.0022688416 | |
| 21182885 | 4 hours ago | | | 0.05 | 0.0025027738 | |
| 21182559 | 5 hours ago | | | 0.003 | 0.0024832231 | |
| 21182369 | 6 hours ago | | | 0.015 | 0.0017354089 | |
| 21180042 | 14 hours ago | | | 0.03 | 0.0055609211 |
ABI
ABI objects
Getter at block 21184081
DAIInterface() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
USDCInterface() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
WETHInterface() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
aggregatorInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
currentPrice() view returns (uint256)
80
getLatestEthPrice() view returns (uint256)
3236520000000000000000
owner() view returns (address)
0x339841f8e123e7a088d3d73893972f5db44bfb79
paused() view returns (bool)
false
paymentWallet() view returns (address)
0x5b36a9ebff79e0bb4a2f2d8c2c56da4024396258
Read-only
hasBridgedFromSolana(address) view returns (bool)
State-modifying
Events bridgeFromSolana(string solanaAddress, bool stake)
buyWithDAI(uint256 daiAmount, bool stake)
buyWithEth(bool stake) payable
buyWithUSDC(uint256 usdcAmount, bool stake)
buyWithUSDT(uint256 usdtAmount, bool stake)
buyWithWETH(uint256 wethAmount, bool stake)
changePaymentWallet(address _newPaymentWallet)
changePrice(uint256 _currentPrice)
pause()
renounceOwnership()
stakeTokens(uint256 amount)
transferOwnership(address newOwner)
unpause()
withdrawNative(uint256 amount)
withdrawToken(address tokenContractAddress, uint256 amount)
BridgeSolana(address indexed buyer, string solanaAddress, uint256 timestamp, bool stake)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StakeTokens(address indexed buyer, uint256 amount, uint256 timestamp)
TokensBoughtWithEth(address indexed buyer, uint256 ethAmount, uint256 ethPrice, uint256 tokenPrice, uint256 timestamp, bool stake)
TokensBoughtWithUsd(address indexed buyer, uint256 usdAmount, uint256 tokenPrice, uint256 timestamp, bool stake, uint8 decimals)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.