Alpha Impact
Verified contract
Active on
Ethereum with 2,457 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 "Alpha Impact"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997028 | a month ago | | | 0 | 0.00022080186 | |
| 20984257 | a month ago | | | 0 | 0.00056291388 | |
| 20897972 | 2 months ago | | | 0 | 0.00011326383 | |
| 20897948 | 2 months ago | | | 0 | 0.00011263670 | |
| 20897913 | 2 months ago | | | 0 | 0.00010191793 | |
| 20818802 | 2 months ago | | | 0 | 0.00035996101 | |
| 20818800 | 2 months ago | | | 0 | 0.00036490189 | |
| 20614847 | 3 months ago | | | 0 | 0.000044917041 | |
| 20107082 | 5 months ago | | | 0 | 0.000073163995 | |
| 20107074 | 5 months ago | | | 0 | 0.000064471262 |
ABI
ABI objects
Getter at block 21296005
decimals() view returns (uint8)
18
launchPool() view returns (address)
0xa3053da613e5312c9e4b50edfb85f5a512c556d7
name() view returns (string)
Alpha Impact
owner() view returns (address)
0x63abfcad4258d7da2b261f12a13c5266643efe09
paused() view returns (bool)
true
symbol() view returns (string)
IMPACT
totalSupply() view returns (uint256)
418588042739374114679119226
uniFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lockTime(address) view returns (uint256)
lockedAmount(address) view returns (uint256)
State-modifying
Events addSender(address account)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyPause(bool _state)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setLaunchPrice(uint256 price)
setRestrictionAmount(uint256 amount)
setRestrictionGas(uint256 price)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _gas, uint256 _amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.