Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,168.25)
Native
Value
$4,168.25
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.254498 | $3,322.64 |
$4,168.25 | |
USA | ERC-20 | 1 | $0.000761 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 1K | -- | -- | |
NOB | ERC-20 | 500 | -- | -- | |
OHNO | ERC-20 | 39.009372 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19078525 | 3 months ago | | | 0 | 9.9873255e-7 | |
| 19078515 | 3 months ago | | | 0 | 9.7994436e-7 | |
| 19078504 | 3 months ago | | | 0 | 9.9856665e-7 | |
| 19078490 | 3 months ago | | | 0 | 9.4538183e-7 | |
| 19078481 | 3 months ago | | | 0 | 0.0000010305301 | |
| 19072553 | 3 months ago | | | 0 | 0.000000705990921038 | |
| 19072433 | 3 months ago | | | 0 | 6.8831023e-7 | |
| 19072405 | 3 months ago | | | 0 | 6.8754570e-7 | |
| 19072392 | 3 months ago | | | 0 | 6.9005261e-7 | |
| 19072369 | 3 months ago | | | 0 | 6.9390356e-7 |
ABI
ABI objects
Getter at block 22753356
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
builderFeePercent() view returns (uint256)
50000000000000000
protocolFeeDestination() view returns (address)
0x68cd449ac4008dfd1e008aa253cb5f139631a8d4
protocolFeePercent() view returns (uint256)
25000000000000000
tradingEnabled() view returns (bool)
true
Read-only
builderKeysBalance(address, address) view returns (uint256)
builderKeysHolders(address, uint256) view returns (address)
builderKeysSupply(address) view returns (uint256)
getBuyPrice(address builder) view returns (uint256)
getBuyPriceAfterFee(address builder) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getSellPrice(address builder, uint256 amount) view returns (uint256)
getSellPriceAfterFee(address builder, uint256 amount) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
pendingPayouts(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAdmin(address _newAdmin)
buyShares(address builder) payable
claimPendingPayouts()
disableTrading()
enableTrading()
grantRole(bytes32 role, address account)
migrateLiquidity(address newContract)
removeAdmin(address _newAdmin)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sellShares(address builder) payable
setBuilderFeePercent(uint256 _feePercent)
setFeeDestination(address _feeDestination)
setProtocolFeePercent(uint256 _feePercent)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Trade(address trader, address builder, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 builderEthAmount, uint256 supply, uint256 nextPrice)
constructor(address _owner)
This contract contains no fallback and receive objects.
CannotSellLastShare()
FundsTransferFailed()
InsufficientPayment()
InsufficientShares()
OnlySharesBuilderCanBuyFirstShare()