BaseDawgzPresale
Verified contract
Active on
Ethereum with 2,967 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($89.33)
Native
Value
$89.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.028971 | $3,083.52 |
$89.33 | |
DAWGZ | ERC-20 | 1M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20224644 | 4 months ago | | | 0.007 | 0.00024621404 | |
| 20224611 | 4 months ago | | | 0.014 | 0.00019846110 | |
| 20224436 | 4 months ago | | | 0.006 | 0.00021798581 | |
| 20224094 | 4 months ago | | | 0.15 | 0.00015284857 | |
| 20224078 | 4 months ago | | | 0.065 | 0.00013454444 | |
| 20224057 | 4 months ago | | | 0.01 | 0.00015596557 | |
| 20224015 | 4 months ago | | | 0.0666 | 0.00013282090 | |
| 20223971 | 4 months ago | | | 0.01 | 0.00015422652 | |
| 20223865 | 4 months ago | | | 0.001 | 0.00014547056 | |
| 20223800 | 4 months ago | | | 0.0183 | 0.00017187516 |
ABI
ABI objects
Getter at block 21193656
USDTInterface() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
aggregatorInterface() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
currentPrice() view returns (uint256)
5810
getLatestEthPrice() view returns (uint256)
3080686900000000000000
owner() view returns (address)
0x6684955a395336d198add0ba2e4e4370ca51a807
paused() view returns (bool)
false
paymentWallet() view returns (address)
0xdbe0af70e5fd9291c4b6b27b42038f751c5f7934
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyWithEth() payable returns (bool)
buyWithUSDT(uint256 usdtAmount) returns (bool)
changePaymentWallet(address _newPaymentWallet)
changePrice(uint256 _currentPrice)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdrawNative(uint256 amount)
withdrawToken(address tokenContractAddress, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokensBoughtWithEth(address indexed buyer, uint256 ethAmount, uint256 ethPrice, uint256 tokenPrice, uint256 timestamp)
TokensBoughtWithUsdt(address indexed buyer, uint256 usdtAmount, uint256 tokenPrice, uint256 timestamp)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.