TrollupSharesV1
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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
5 additional
variables
Balances ($0.00)
No balances found for "TrollupSharesV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TrollupSharesV1"
ABI
ABI objects
Getter at block 22326894
CreaterFeePercent() view returns (uint256)
10
LPFeeDestination() view returns (address)
0x0000000000000000000000000000000000000000
LPFeePercent() view returns (uint256)
40
ManagerFeePercent() view returns (uint256)
40
MintFeeDestination() view returns (address)
0x0000000000000000000000000000000000000000
MintLimit() view returns (uint8)
0
TechFeeDestination() view returns (address)
0x0000000000000000000000000000000000000000
TechFeePercent() view returns (uint256)
10
getVer() pure returns (string)
v1.0.0
listOperators() view returns (address[])
[]
mintFee() view returns (uint256)
0
mintPrice() view returns (uint256)
0
operator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
protocolFees() view returns (uint256)
0
Read-only
ClubMembers(address) view returns (uint128)
ClubStatus(address) view returns (uint8)
HasSendHalfMintFee(address) view returns (bool)
Manager(address) view returns (address)
PoolValue(address) view returns (uint256)
authorizedWishes(address) view returns (address)
getBuyPrice(address sharesSubject, uint256 amount, uint256 Status, uint256 supply) view returns (uint256)
getClubManager(address sharesSubject) view returns (address)
getClubMembers(address sharesSubject) view returns (uint256)
getClubStatus(address sharesSubject) view returns (uint8)
getSellFees(address sharesSubject) view returns (uint256)
getSellPrice(address sharesSubject, uint256 amount, address user) view returns (uint256)
getSupply(address sharesSubject) view returns (uint256)
isOperator(address _operator) view returns (bool)
sharesBalance(address, address) view returns (uint256)
sharesSupply(address) view returns (uint256)
State-modifying
Events afterUpgrade()
backMintFee(address[] sharesSubject, address[] _tos, uint256[] values)
buyShares(address sharesSubject, uint256 amount) payable
initialize()
renounceOwnership()
sellShares(address sharesSubject, uint256 amount, address user)
sendHalfMintFee(address sharesSubject, uint256 amount)
setClubManager(address sharesSubject, address manager)
setClubPool(address sharesSubject, uint256 Pool, uint256 Poolvalue)
setClubStatus(address sharesSubject, uint8 status)
setCreaterFee(uint256 fees)
setLPFee(uint256 fees)
setLPFeeDestination(address _feeDestination)
setManagerFee(uint256 fees)
setMintFee(uint256 fees)
setMintFeeDestination(address _feeDestination)
setMintLimit(uint8 limits)
setMintPrice(uint256 price)
setOperator(address _operator, bool active)
setTechFee(uint256 fees)
setTechFeeDestination(address _feeDestination)
transferOwnership(address newOwner)
ClubStatusUpdated(uint8 status)
Initialized(uint8 version)
LPFeeDestinationUpdated(address LPFeeDestination)
LPFeePercentUpdated(uint256 LPFeePercent)
MintLimitUpdated(uint8 limits)
OperatorUpdated(address operator, bool active)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TechFeeDestinationUpdated(address TechFeeDestination)
TechFeePercentUpdated(uint256 TechFeePercent)
Trade(address indexed trader, address indexed subject, uint8 tradeType, uint256 amount, uint256 price, uint256 supply, uint8 subjectType)
mintFeeUpdated(uint256 fee)
mintPriceUpdated(uint256 price)
constructor()
This contract contains no fallback and receive objects.
CannotSellLastKey()
Forbidden()
InsufficientKeys(uint256 balance)
InvalidAmount()
InvalidAmount2()
InvalidZeroAddress()
Invalidfees()
NotTheOperator()
OnlyKeysOwnerCanBuyFirstKey()
OperatorNotSet()
ProtocolFeeDestinationNotSet()
ProtocolFeePercentNotSet()
SubjectCannotBeAWish()
SubjectDoesNotMatch(address subject)
TransactionFailedDueToPrice()
UnableToClaimParkedFees()
UnableToSendFunds()
UpgradedAlreadyInitialized()
WrongAmount()
ZeroReservedQuantity()