StarterPackPurchase
Verified contract
Active on
Base with 11,077 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2065…95d5
Balances ($257,130.39)
Native
Value
$257,130.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 103.1 | $2,493.99 |
$257,130.37 | |
WGC | ERC-20 | 200 | $0.0001 |
$0.02 | |
USA | ERC-20 | 1 | $0.00159 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000635 |
$0 | |
BROGE | ERC-20 | 10K | -- | -- | |
NOB | ERC-20 | 2.5K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
MYGA | ERC-20 | 787.761787 | -- | -- | |
VinMeme | ERC-20 | 787.761787 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21812457 | 4 hours ago | | | 0.01 | 0.0000034428534 | |
| 21812001 | 4 hours ago | | | 0.01 | 0.0000033670118 | |
| 21811384 | 4 hours ago | | | 0.01 | 0.0000034290239 | |
| 21810624 | 5 hours ago | | | 0.01 | 0.0000034314787 | |
| 21810541 | 5 hours ago | | | 0.01 | 0.0000034316995 | |
| 21809323 | 6 hours ago | | | 0.01 | 0.0000034392448 | |
| 21808768 | 6 hours ago | | | 0.01 | 0.0000034452985 | |
| 21808392 | 6 hours ago | | | 0.01 | 0.0000034452985 | |
| 21791330 | 16 hours ago | | | 0.01 | 0.0000037459367 | |
| 21791276 | 16 hours ago | | | 0.01 | 0.0000037479158 |
ABI
ABI objects
Getter at block 21819388
isDisabled() view returns (bool)
false
owner() view returns (address)
0x02f086dbc384d69b3041bc738f0a8af5e49da181
packPrice() view returns (uint256)
10000000000000000
parallelAlpha() view returns (address)
0x206571b68c66e1d112b74d65695043ad2b5f95d5
pullFromAddress() view returns (address)
0xf61036949e2d584ccad40ddad45c37bdf49e9c78
Read-only
allowlist(address) view returns (bool)
getPack(uint8 _parallelId) view returns (uint256[], uint256[])
parallelPacksPurchased(uint8) view returns (uint256)
parallelPacksSupply(uint8) view returns (uint256)
State-modifying
Events purchasePack(uint8[] _parallelIds) payable
renounceOwnership()
setAllowlist(address[] _allowlist, bool _val)
setDisabled(bool _isDisabled)
setPack(uint8 _parallelId, uint256[] _cardIds, uint256[] _cardAmounts, uint256 _maxSupply)
setPackPrice(uint256 _packPrice)
setParallelAlpha(address _parallelAlpha)
setPullFromAddress(address _pullFromAddress)
sweep()
sweepToAddress(uint256 _amount, address _address)
transferOwnership(address newOwner)
AllowlistSet(address[] allowlist, bool val)
IsDisabledSet(bool isDisabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PackPriceSet(uint256 packPrice)
PackSet(uint8 indexed parallelId, uint256[] cardIds, uint256[] cardAmounts)
PacksPurchased(address indexed user, uint8[] parallelIds)
ParallelAlphaSet(address indexed parallelAlpha)
PullFromAddressSet(address indexed pullFromAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CardBackAlreadyReceived(address user)
Disabled()
InvalidCardBack(uint256 cardBackId)
InvalidLength()
InvalidPayment(uint256 amount)
ParallelAlreadyReceived(address user)
ParallelPackSoldOut(uint256 parallelId)