0x3ca7bf60fc805220b7fbd39e32d847640ea685ae
Unverified contract
Proxy
Active on
Base with 8 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
0xf449…edf7
Balances ($0.23)
Native
Value
$0.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000063 | $3,677.43 |
$0.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7498756 | a year ago | | | 0 | 0.000000001955609586 | |
| 7498117 | a year ago | | | 0 | 4.8830484e-7 | |
| 7483836 | a year ago | | | 0.00061875 | 1.6799075e-7 | |
| 7483835 | a year ago | | | 0.00089375 | 1.6969313e-7 | |
| 7483830 | a year ago | | | 0.00006875 | 1.6969313e-7 | |
| 7483820 | a year ago | | | 0.000275 | 0.00045961523 | |
| 7483809 | a year ago | | | 0.00034375 | 1.7490389e-7 | |
| 7483807 | a year ago | | | 0.00006875 | 1.9507697e-7 |
ABI
ABI objects
Getter at block 23182613
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)
0xf4493f53f948e82c66fd1e2168e0bee6cdf9edf7
getHoldersFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0xf4493f53f948e82c66fd1e2168e0bee6cdf9edf7, feePercent=30000000000000000)
getHoldersFeePercent() view returns (uint256)
30000000000000000
getProtocolFeeDestination() view returns (address)
0x07a523bd1479ca8fe1bbc4c5a56a0bf156733fd3
getProtocolFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0x07a523bd1479ca8fe1bbc4c5a56a0bf156733fd3, feePercent=40000000000000000)
getProtocolFeePercent() view returns (uint256)
40000000000000000
getSharesIssuer() view returns (address nftOwner)
0x2c96fac1260892dfa3d577abbfd1f7ef73d5055d
getSharesSubject() view returns (struct TradeableSharesSharesSubject)
(0x64105d0c150a6dcb4f069181685371bc2779d7c4, 1539)
getSharesSupply() view returns (uint256 supply)
2
getSubjectFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0x2c96fac1260892dfa3d577abbfd1f7ef73d5055d, feePercent=30000000000000000)
getSubjectFeePercent() view returns (uint256)
30000000000000000
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 s, uint256 a) 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 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) payable
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.