TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 8,516 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
Balances ($44,335.45)
Native
Value
$44,335.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 12.74 | $3,480.02 |
$44,335.45 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15645384 | 2 years ago | | | 0 | 0.00046266328 | |
| 15616306 | 2 years ago | | | 0 | 0.00022291430 | |
| 15608923 | 2 years ago | | | 0 | 0.00021626828 | |
| 15608676 | 2 years ago | | | 0 | 0.00013847400 | |
| 15608633 | 2 years ago | | | 0 | 0.00023079000 | |
| 15608338 | 2 years ago | | | 0 | 0.00023238002 | |
| 15608311 | 2 years ago | | | 0 | 0.00027106856 | |
| 15608288 | 2 years ago | | | 0 | 0.00018463200 | |
| 15608280 | 2 years ago | | | 0.0001 | 0.00018463200 | |
| 15608279 | 2 years ago | | | 0 | 0.00032310600 |
ABI
ABI objects
Getter at block 21279687
_availableTokensAmount() view returns (uint256)
1015
getCurrentSaleWave() view returns (struct INereusShapeshiftersMarketSaleWave)
(false, 0x0000000000000000000000000000000000000000000000000000000000000000, 5, 8000, 8000, 3, true)
owner() view returns (address)
0xbd98952165a0384dfdbe4922567364600ce9f05e
paused() view returns (bool)
false
Read-only
getUserRemainingWaveAllowance(address userWallet) view returns (uint256)
getWavePriceForAddress(address wallet, uint256 amount) view returns (uint256)
isUserInWaveWhitelist(address userWallet, bytes32[] _merkleProof) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addSaleWave(struct INereusShapeshiftersMarketSaleWaveTokenPrice[] wavePrices, uint256 claimAllowance, uint256 waveAllocation) returns (uint256)
addSalesWaveTokenPrices(uint256 waveId, struct INereusShapeshiftersMarketSaleWaveTokenPrice[] wavePrices)
addWhitelistableSaleWave(struct INereusShapeshiftersMarketSaleWaveTokenPrice[] wavePrices, bytes32 merkleRoot, uint256 claimAllowance, uint256 waveAllocation) returns (uint256)
buy(uint256 amount, bytes32[] _merkleProof) payable
initialize(address nftContractAddress)
pauseSales()
renounceOwnership()
revokeOwnerAndMinters()
setCurrentSaleWave(uint256 saleWaveId)
transferOwnership(address newOwner)
unpauseSales()
updateWaveWhitelist(uint256 saleWaveId, bytes32 merkleRoot)
withdrawBalance()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
BalanceWithdrawn(uint256 amount)
BuyTokenAllowed(address tokenAddress)
BuyTokenDisallowed(address tokenAddress)
CollectionRevokeOwnerAndMinters()
Initialized(uint8 version)
NFTPurchased(address buyer, uint256 tokenId, string tokenUri, uint256 waveId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SalesWaveAdded(uint256 waveId, bool isWhitelistable)
SalesWaveSet(uint256 waveId)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.