0xc0a90ed86338d30c5bac718c2d51d7b503c587ba
Unverified contract
Proxy
Active on
Base with 7 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
0x2a7b…f85e
0x97c8…3dcc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALI | ERC-20 | 0.3125 | $0.008977 |
$0 | |
USA | ERC-20 | 1 | $0.000626 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17072900 | 4 months ago | | | 0 | 0.0000017235118 | |
| 14736819 | 6 months ago | | | 0 | 0.0000025296916 | |
| 14720549 | 6 months ago | | | 0 | 0.0000016876202 | |
| 14690651 | 6 months ago | | | 0 | 0.0000020321647 | |
| 14542019 | 6 months ago | | | 0 | 0.0000030176761 | |
| 14523355 | 6 months ago | | | 0 | 0.0000024777817 | |
| 14522397 | 6 months ago | | | 0 | 0.0000031374556 |
ABI
ABI objects
Getter at block 22435343
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)
0x2a7bb0e835c772ebd1e463268aa1e6924cbff85e
getHoldersFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0x2a7bb0e835c772ebd1e463268aa1e6924cbff85e, feePercent=30000000000000000)
getHoldersFeePercent() view returns (uint256)
30000000000000000
getPaymentToken() view returns (address)
0x97c806e7665d3afd84a8fe1837921403d59f3dcc
getProtocolFeeDestination() view returns (address)
0x24a5da102515eef4a9333cefde718908eb6f577d
getProtocolFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0x24a5da102515eef4a9333cefde718908eb6f577d, feePercent=40000000000000000)
getProtocolFeePercent() view returns (uint256)
40000000000000000
getSharesIssuer() view returns (address nftOwner)
0x3712f0e17ca5f0a4b2148e012756b0d045c4f884
getSharesSubject() view returns (struct TradeableSharesSharesSubject)
(0xd1ef6fae85952f25d5c205c09389ea3692f4288f, 14446)
getSharesSupply() view returns (uint256 supply)
2
getSubjectFeeInfo() view returns (address feeDestination, uint256 feePercent)
(feeDestination=0x3712f0e17ca5f0a4b2148e012756b0d045c4f884, feePercent=30000000000000000)
getSubjectFeePercent() view returns (uint256)
30000000000000000
getTradeVolume() view returns (uint256)
118437500000000000000
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
buyKeysTo(uint256 amount, address beneficiary) 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)
sellKeysTo(uint256 amount, address beneficiary)
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.