SuperPad
Verified contract
Active on
Ethereum with 1,061 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IMPACT | ERC-20 | 903.502K | -- | -- | |
IMPACT | ERC-20 | 87.977806K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13473338 | 3 years ago | | | 0 | 0.0043635223 | |
| 13256162 | 3 years ago | | | 0 | 0.0029131359 | |
| 13045451 | 3 years ago | | | 0 | 0.0036596140 | |
| 13044403 | 3 years ago | | | 0 | 0.0037072331 | |
| 12977306 | 3 years ago | | | 0 | 0.0040632742 | |
| 12800852 | 3 years ago | | | 0 | 0.00064498000 | |
| 12718236 | 3 years ago | | | 0 | 0.00077383200 | |
| 12704839 | 3 years ago | | | 0 | 0.0016769480 | |
| 12674683 | 3 years ago | | | 0 | 0.00064486000 | |
| 12654717 | 3 years ago | | | 0 | 0.00083847400 |
ABI
ABI objects
Getter at block 21305597
owner() view returns (address)
0x581cf7a7028803f62519b1f97976a0a36e294dda
poolsLength() view returns (uint256)
2
superToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
lockedTokens(uint256, address) view returns (uint256)
pools(uint256) view returns (uint256 cap, uint256 price, uint256 maxCap, address creator, address token, address swapToken, bool isWhiteList, bool onlyHolder, bool enabled, bool finished)
poolsSold(uint256) view returns (uint256)
whiteList(uint256, address) view returns (uint256)
State-modifying
Events addWhiteList(uint256 id, address[] _whiteList, uint256[] _caps)
claim(uint256 id)
createPool(address token, address swapToken, uint256 cap, uint256 price, bool isWhiteList, bool onlyHolder, uint256 maxCap) returns (uint256)
finishPool(uint256 id)
initialize()
renounceOwnership()
setMinSuper(uint256 _minSuper)
setSuperToken(address _superToken)
startPool(uint256 id)
swap(uint256 id, uint256 amount) payable
sweep(address _token)
transferOwnership(address newOwner)
Claim(uint256 id, address claimer, uint256 amount)
NewPool(uint256 id, address creator, address token, address swapToken, uint256 cap, uint256 price, bool isWhiteList, bool onlyHolder, uint256 maxCap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolFinished(uint256 id)
PoolStarted(uint256 id)
Swap(uint256 id, uint256 roundID, address sender, uint256 amount, uint256 amt)
WhiteList(uint256 id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.