TimeBasedExperience
Verified contract
Active on
Base with 22,956 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$95,170.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 28.959028 | $3,286.40 |
$95,170.95 | |
WGC | ERC-20 | 200 | $0.000476 |
$0.1 | |
ERC-20 | 4.2K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
BLOWN | ERC-20 | 77.694207 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757625 | 12 minutes ago | | | 0 | 0.000011958139 | |
| 22751235 | 4 hours ago | | | 0 | 0.0000099135630 | |
| 22743455 | 8 hours ago | | | 0.0011768796 | 0.000011371668 | |
| 22743365 | 8 hours ago | | | 0 | 0.0000099135630 | |
| 22743337 | 8 hours ago | | | 0 | 0.000011958139 | |
| 22729651 | 16 hours ago | | | 0 | 0.0000032152070 | |
| 22707919 | a day ago | | | 0.0060545784 | 0.0000016022067 | |
| 22691653 | 2 days ago | | | 0 | 0.0000017026886 | |
| 22691645 | 2 days ago | | | 0 | 0.0000017024421 | |
| 22691636 | 2 days ago | | | 0 | 0.0000016495428 |
ABI
ABI objects
Getter at block 22757969
appFeePercentage_Redeem_WithRef() view returns (uint256)
25000000000
appFeePercentage_Redeem_WithoutRef() view returns (uint256)
40000000000
appFeePercentage_WithRef() view returns (uint256)
15500000000
appFeePercentage_WithoutRef() view returns (uint256)
17500000000
creatorFeePercentage_Redeem_WithRef() view returns (uint256)
950000000000
creatorFeePercentage_Redeem_WithoutRef() view returns (uint256)
940000000000
creatorFeePercentage_WithRef() view returns (uint256)
21000000000
creatorFeePercentage_WithoutRef() view returns (uint256)
20000000000
minSharesToRedeem() view returns (uint256)
15
owner() view returns (address)
0x602f4cfab87770a0d9ef48ccaccfd796eed7be9d
paused() view returns (bool)
false
refFeePercentage() view returns (uint256)
1000000000
refFeePercentage_Redeem() view returns (uint256)
5000000000
shareholdersFeePercentage_Redeem_WithRef() view returns (uint256)
20000000000
shareholdersFeePercentage_Redeem_WithoutRef() view returns (uint256)
20000000000
shareholdersFeePercentage_WithRef() view returns (uint256)
2500000000
shareholdersFeePercentage_WithoutRef() view returns (uint256)
2500000000
Read-only
allowedToTransfer(address) view returns (bool)
calculateTotalCost(uint256 numShares, uint256 totalSupply) pure returns (uint256)
experienceExists(address creatorAddress) view returns (bool)
experiences(address) view returns (uint256 totalShares, address creator, uint256 fundsCollected, uint256 minRedemptionPrice, address ref)
getBalanceOfShares(address creatorAddress, address user) view returns (uint256)
getCurrentFloorPrice(address creatorAddress) view returns (uint256)
hasAnExperience(address) view returns (bool)
totalCostWithFees(address creatorAddress, uint256 _minutes, bool isBuy) view returns (uint256)
State-modifying
Events buyShares(address creatorAddress, uint256 _minutes) payable
createExperience(uint256 minPrice, address _ref) returns (address)
redeemShares(address creatorAddress, uint256 shares)
redeemSharesAllowed(address creatorAddress, uint256 shares, address from)
retrieveShareHolderFunds()
sellShares(address creatorAddress, uint256 _minutes)
transferShare(address creatorAddress, address from, address to, uint256 shares)
updateAllowedToTransfer(address _address, bool _allowed)
updateMinRedemptionPrice(address creatorAddress, uint256 minPrice)
updatePaused(bool _paused_)
SharesCreated(address creator, address referrer)
SharesRedeemed(struct TimeBasedExperienceSharesRedeemedEvent event_)
SharesTraded(struct TimeBasedExperienceSharesTradedEvent event_)
SharesTransferred(address from, address to, uint256 shares)
constructor()
This contract contains no fallback and receive objects.
AtLeastOneShare()
InsufficientBalance()
LessThanMinShare()
LessThanMinimumRedemptionPrice()
NotEnoughEthSent()
NotEnoughSharesOwned()
ReentrancyGuardReentrantCall()