Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5532…007d
Balances ($5.05)
Native
Value
$5.05
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $2,525.57 |
$5.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19138001 | 9 months ago | | | 0 | 0.00066481844 | |
| 12611721 | 3 years ago | | | 0.08 | 0.00059787200 | |
| 12592305 | 3 years ago | | | 0 | 0.0092158198 | |
| 12592290 | 3 years ago | | | 0 | 0.0025737184 | |
| 12513813 | 3 years ago | | | 0.08 | 0.0058292521 | |
| 12509056 | 3 years ago | | | 0 | 0.17523908 | |
| 12509043 | 3 years ago | | | 0 | 0.17523908 | |
| 12509013 | 3 years ago | | | 0 | 0.0072373480 | |
| 12508999 | 3 years ago | | | 0 | 0.064426880 | |
| 12470536 | 3 years ago | | | 0 | 0.017016320 |
ABI
ABI objects
Getter at block 21089321
nftAddress() view returns (address)
0x55321a9983fbac71bfe7cb17d7be3e7dc610007d
owner() view returns (address)
0xa45a1ff4ee4914280ce059085558854e693f463e
paused() view returns (bool)
false
saleSeq() view returns (uint256)
3
Read-only
currentPrices(uint256) view returns (uint256)
discountRate(uint256) view returns (uint256)
getPrice(uint256 _packID) view returns (uint256)
nftNumPerPacks(uint256) view returns (uint256)
State-modifying
Events ownerMintTo(address _to, uint256 _packID)
purchasePack(uint256 _packID) payable
renounceOwnership()
sendTo(address _payee, uint256 _amount)
setDiscountRate(uint256[] _discountRate)
setNftNumPerPacks(uint256[] _nftNumPerPacks)
setPrices(uint256[] _prices)
setSaleSeq(uint256 _saleSeq)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Sent(address indexed payee, uint256 amount, uint256 balance)
Unpaused(address account)
playz_preslae_purchase_log(address indexed payer, uint256[] packId, uint256[] tokenId, uint256 amount, uint256 balance)
constructor(address _nftAddress, uint256[] _prices, uint256[] _nftNumPerPacks, uint256 _saleSeq, uint256[] _discountRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.