0x866503f21692bf310f4dc1b8a47eff59229aa364
Unverified contract
Proxy
Active on
Base with 20 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 48 additional slots
-
variable spans 1 additional slot
0x780f…a805
0x5288…481d
Balances ($0.00)
No balances found for "0x866503f21692bf310f4dc1b8a47eff59229aa364"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9291753 | a year ago | | | 0 | 4.2172886e-7 | |
| 9291445 | a year ago | | | 0 | 6.8631140e-7 | |
| 9291238 | a year ago | | | 0 | 0.000000011004801600 | |
| 9290861 | a year ago | | | 0 | 1.9405218e-7 | |
| 9290745 | a year ago | | | 0 | 1.5326783e-7 | |
| 9290379 | a year ago | | | 0 | 0.000000024993776575 | |
| 9290232 | a year ago | | | 0 | 0.000000021341268000 | |
| 9289995 | a year ago | | | 0 | 0.000000001326093315 | |
| 9289772 | a year ago | | | 0 | 0.000000014173671200 | |
| 9289645 | a year ago | | | 0 | 0.000000000345230228 |
ABI
ABI objects
Getter at block 23730236
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_HOLDERS_FEE_MANAGER() view returns (uint32)
131072
ROLE_PROTOCOL_FEE_MANAGER() view returns (uint32)
65536
ROLE_SHARES_SUBJECT_MANAGER() view returns (uint32)
524288
ROLE_UPGRADE_MANAGER() view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
features() view returns (uint256)
0
getHoldersFeeDestination() view returns (address)
0x780fbd6385593ca54122f3f348ff2acc8464a805
getHoldersFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0x780fbd6385593ca54122f3f348ff2acc8464a805, feePercent=30000000000000000)
getHoldersFeePercent() view returns (uint256)
30000000000000000
getPaymentToken() view returns (address)
0x528852ef932e4c82361b76b22ebbb2a11a0d481d
getProtocolFeeDestination() view returns (address)
0x9d14c894ea5657428a383ff24f62693c765b9638
getProtocolFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0x9d14c894ea5657428a383ff24f62693c765b9638, feePercent=40000000000000000)
getProtocolFeePercent() view returns (uint256)
40000000000000000
getSharesIssuer() view returns (address nftOwner)
0xeca53e661c3a9d5b953740bd16b679db6cc3161f
getSharesSubject() view returns (struct TradeableSharesSharesSubject)
(0x2e49d0f05462e1f664175121b30705b95b84e426, 3109)
getSharesSupply() view returns (uint256 supply)
1
getSubjectFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0xeca53e661c3a9d5b953740bd16b679db6cc3161f, feePercent=30000000000000000)
getSubjectFeePercent() view returns (uint256)
30000000000000000
getTradeVolume() view returns (uint256)
125000000000000000000
Read-only
getBuyPrice(uint256 _amount) view returns (uint256)
getBuyPrice(uint256 _supply, uint256 _amount) pure returns (uint256)
getBuyPriceAfterFee(uint256 _amount) view returns (uint256)
getBuyPriceAfterFee(uint256 _supply, uint256 _amount, uint256 _protocolFeePercent, uint256 _holdersFeePercent, uint256 _subjectFeePercent) pure returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getRole(address operator) view returns (uint256)
getSellPrice(uint256 _amount) view returns (uint256)
getSellPrice(uint256 _supply, uint256 _amount) pure returns (uint256)
getSellPriceAfterFee(uint256 _amount) view returns (uint256)
getSellPriceAfterFee(uint256 _supply, uint256 _amount, uint256 _protocolFeePercent, uint256 _holdersFeePercent, uint256 _subjectFeePercent) pure returns (uint256)
getSharesBalance(address _holder) view returns (uint256 balance)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
State-modifying
Events buyKeys(uint256 amount) payable
buyShares(uint256 amount) payable
buySharesTo(uint256 amount, address beneficiary) payable
disableHoldersFee()
postConstruct(address _owner, struct TradeableSharesSharesSubject _sharesSubject, address _protocolFeeDestination, uint64 _protocolFeePercent, address _holdersFeeDestination, uint64 _holdersFeePercent, uint64 _subjectFeePercent, uint256 _amount, address _beneficiary, address _paymentToken)
sellKeys(uint256 amount)
sellShares(uint256 amount)
sellSharesTo(uint256 amount, address beneficiary)
updateFeatures(uint256 _mask)
updateProtocolFeeDestination(address _protocolFeeDestination)
updateRole(address operator, uint256 role)
updateSharesSubject(struct TradeableSharesSharesSubject _sharesSubject)
updateSharesSubject(struct TradeableSharesSharesSubject _sharesSubject, address _factory)
HoldersFeeDisabled(uint256 oldProtocolFeePercent, uint256 newProtocolFeePercent)
ProtocolFeeDestinationUpdated(address oldProtocolFeeDestination, address newProtocolFeeDestination)
RoleUpdated(address indexed operator, uint256 requested, uint256 assigned)
SharesSubjectUpdated(struct TradeableSharesSharesSubject oldSubject, struct TradeableSharesSharesSubject newSubject, address factory)
Trade(address indexed beneficiary, address indexed issuer, bool indexed isBuy, uint256 sharesAmount, uint256 paidAmount, uint256 protocolFeeAmount, uint256 holdersFeeAmount, uint256 subjectFeeAmount, uint256 supply)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.