LuckhunterSale
Verified contract
Active on
Ethereum with 181 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LuckhunterSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21442035 | 6 hours ago | | | 0.0015 | 0.00067593622 | |
| 21440735 | 10 hours ago | | | 0.0033 | 0.00057425174 | |
| 21440590 | 10 hours ago | | | 0.2949 | 0.00049887228 | |
| 21434606 | a day ago | | | 0.0274 | 0.00051821218 | |
| 21432199 | 2 days ago | | | 0.0136 | 0.0011722295 | |
| 21431404 | 2 days ago | | | 0.0386 | 0.0011438962 | |
| 21431122 | 2 days ago | | | 0.0259 | 0.0012684132 | |
| 21428095 | 2 days ago | | | 0.0149 | 0.00052356752 | |
| 21425146 | 3 days ago | | | 0.0127 | 0.00082986466 | |
| 21423753 | 3 days ago | | | 0.0038 | 0.0014549567 |
ABI
ABI objects
Getter at block 21443709
owner() view returns (address)
0x2f4f8ea3b0194d2ee0e3ec2eb7c0f5a651a09adf
paused() view returns (bool)
false
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokensWert(address user, uint256 amount, uint256 price) payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
UserAmountPrice(address indexed _user, uint256 _amount, uint256 _price)
constructor(address _owner)
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()