Salon 0xen
Unverified contract
Proxy
Active on
Base with 2,769 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
19 additional
variables
Balances ($2,994.45)
Native
Value
$2,994.45
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.894251 | $3,348.55 |
$2,994.45 | |
USA | ERC-20 | 1 | $0.000747 |
$0 | |
LZPZ | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22573887 | 4 days ago | | | 0 | 0.0000010129687 | |
| 22570846 | 5 days ago | | | 0 | 5.4281929e-7 | |
| 22545559 | 5 days ago | | | 0.06 | 9.1519127e-7 | |
| 22484730 | 7 days ago | | | 0 | 3.2419800e-7 | |
| 22484716 | 7 days ago | | | 0.005 | 3.2788080e-7 | |
| 22462547 | 7 days ago | | | 0.005 | 9.7087820e-7 | |
| 22400110 | 8 days ago | | | 0.015 | 9.9893376e-7 | |
| 22354471 | 10 days ago | | | 0.005 | 0.0000012041800 | |
| 22313497 | 10 days ago | | | 0 | 5.3572194e-7 | |
| 22288423 | 11 days ago | | | 0 | 3.7716910e-7 |
ABI
ABI objects
Getter at block 22766792
baseTokenURI() view returns (string uri)
https://nft.withfabric.xyz/hypersub/nft/salon-0xen-3ast74jr5v5s/
contractURI() view returns (string uri)
https://nft.withfabric.xyz/hypersub/nft/salon-0xen-3ast74jr5v5s
creatorBalance() view returns (uint256 balance)
175374999938268000
erc20Address() view returns (address erc20)
0x0000000000000000000000000000000000000000
feeBalance() view returns (uint256 balance)
0
feeSchedule() view returns (address feeCollector, uint16 feeBps)
(feeCollector=0x0000000000000000000000000000000000000000, feeBps=0)
minPurchaseSeconds() view returns (uint256 numSeconds)
2592000
name() view returns (string)
Salon 0xen
owner() view returns (address)
0x333d0ebc54707c0a9d92cac749b3094c28a0e111
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rewardBps() view returns (uint16 bps)
250
rewardMultiplier() view returns (uint256 multiplier)
0
rewardPoolBalance() view returns (uint256 numTokens)
718876427009141971
supplyDetail() view returns (uint256 count, uint256 cap)
(count=3208, cap=0)
symbol() view returns (string)
0XEN
totalCreatorEarnings() view returns (uint256 total)
31044999989072160000
totalRewardPoints() view returns (uint256 numPoints)
439489999845299520000
tps() view returns (uint256 numTokens)
1929012345
transferRecipient() view returns (address recipient)
0x333d0ebc54707c0a9d92cac749b3094c28a0e111
Read-only
balanceOf(address account) view returns (uint256 numSeconds)
canRefund(address[] accounts) view returns (bool refundable)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
referralCodeBps(uint256 code) view returns (uint16 bps)
refundableBalanceOf(address account) view returns (uint256 numSeconds)
refundableTokenBalanceOfAll(address[] accounts) view returns (uint256 numTokens)
rewardBalanceOf(address account) view returns (uint256 numTokens)
subscriptionOf(address account) view returns (uint256 tokenId, uint256 refundableAmount, uint256 rewardPoints, uint256 expiresAt)
supportsInterface(bytes4 interfaceId) view returns (bool)
timeValue(uint256 numTokens) view returns (uint256 numSeconds)
tokenURI(uint256 tokenId) view returns (string uri)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
createReferralCode(uint256 code, uint16 bps)
deleteReferralCode(uint256 code)
grantTime(address[] accounts, uint256 secondsToAdd)
initialize(struct SharedInitParams params)
mint(uint256 numTokens) payable
mintFor(address account, uint256 numTokens) payable
mintWithReferral(uint256 numTokens, uint256 referralCode, address referrer) payable
mintWithReferralFor(address account, uint256 numTokens, uint256 referralCode, address referrer) payable
pause()
reconcileERC20Balance()
reconcileNativeBalance()
recoverERC20(address tokenAddress, address recipientAddress, uint256 tokenAmount)
recoverNativeTokens(address recipient)
refund(uint256 numTokensIn, address[] accounts) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setSupplyCap(uint256 supplyCap)
setTransferRecipient(address recipient)
slashRewards(address account)
transferAllBalances()
transferFees()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateFeeRecipient(address newCollector)
updateMetadata(string contractUri, string tokenUri)
withdraw()
withdrawAndTransferFees()
withdrawRewards()
withdrawTo(address account)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FeeAllocated(uint256 tokens)
FeeCollectorChange(address indexed from, address indexed to)
FeeTransfer(address indexed from, address indexed to, uint256 tokensTransferred)
Grant(address indexed account, uint256 indexed tokenId, uint256 secondsGranted, uint256 expiresAt)
Initialized(uint8 version)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Purchase(address indexed account, uint256 indexed tokenId, uint256 tokensTransferred, uint256 timePurchased, uint256 rewardPoints, uint256 expiresAt)
ReferralCreated(uint256 id, uint16 rewardBps)
ReferralDestroyed(uint256 id)
ReferralPayout(uint256 indexed tokenId, address indexed referrer, uint256 indexed referralId, uint256 rewardAmount)
Refund(address indexed account, uint256 indexed tokenId, uint256 tokensTransferred, uint256 timeReclaimed)
RefundTopUp(uint256 tokensIn)
RewardPointsSlashed(address indexed account, address indexed slasher, uint256 rewardPointsSlashed)
RewardWithdraw(address indexed account, uint256 tokensTransferred)
RewardsAllocated(uint256 tokens)
SupplyCapChange(uint256 supplyCap)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferRecipientChange(address indexed recipient)
Unpaused(address account)
Withdraw(address indexed account, uint256 tokensTransferred)
This contract contains no constructor objects.
receive()
This contract contains no error objects.