UnipumpDefaults
Verified contract
Active on
Ethereum with 2,441 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6924…7517
0xb35e…93d0
0x84e4…4728
0xc37b…bf1c
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20591859 | 3 months ago | | | 0 | 0.00023436606 | |
| 20173210 | 5 months ago | | | 0 | 0.000050617541 | |
| 19880314 | 6 months ago | | | 0 | 0.000086694991 | |
| 19837105 | 6 months ago | | | 0 | 0.000074563052 | |
| 19779013 | 6 months ago | | | 0 | 0.00013790837 | |
| 19765467 | 6 months ago | | | 0 | 0.00014320248 | |
| 19006171 | 10 months ago | | | 0 | 0.00072408282 | |
| 17724350 | a year ago | | | 0 | 0.00066530168 | |
| 17724335 | a year ago | | | 0 | 0.00073691869 | |
| 17724333 | a year ago | | | 0 | 0.00072843944 |
ABI
ABI objects
Getter at block 21179659
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
contest() view returns (address)
0xc37b7f9a8a2d115da7930f71d1adffe836e9bf1c
decimals() view returns (uint8)
18
escrow() view returns (address)
0xb35e0820c71e3f19938dbdde2f58d1cb9de493d0
groupManager() view returns (address)
0x6924d9913a3d882eeced6d0e3b1232d7ca487517
isSaleActive() view returns (bool)
false
maxSoldEth() view returns (uint256)
0
minSecondsUntilLiquidityCrisis() view returns (uint256)
0
name() view returns (string)
Unipump
soldEth() view returns (uint256)
251625648446980455069
staking() view returns (address)
0x84e43c1a962c1dcbdfbcf0ee4c2cfd8513284728
symbol() view returns (string)
UPP
tokensPerEth() view returns (uint256)
60000
totalSupply() view returns (uint256)
36988970321706126895116000
uniswapEthUppPair() view returns (address)
0xef8d10369a2c3313dea51c35db64cd7c8667a444
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
buy() payable
createLiquidityCrisis() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
drain(address token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(address _escrow, address _staking)
start(address _groupManager, address _contest)
startUnipumpSale(uint256 _tokensPerEth, uint256 _maxSoldEth)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LiquidityCrisis()
Sale(bool indexed _saleActive)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.