DraftSharesV2
Verified contract
Active on
Base with 1,221 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($351.84)
Native
Value
$351.84
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.141044 | $2,494.58 |
$351.84 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10361533 | 9 months ago | | | 0 | 0.000000003596122265 | |
| 9884819 | 9 months ago | | | 0 | 0.000000004979182062 | |
| 9884806 | 9 months ago | | | 0 | 0.000000005132770432 | |
| 9884803 | 9 months ago | | | 0 | 0.000000005290876107 | |
| 9884792 | 9 months ago | | | 0 | 0.000000005290876107 | |
| 9884772 | 9 months ago | | | 0 | 0.000000005622029312 | |
| 9884751 | 9 months ago | | | 0 | 0.000000005795424327 | |
| 9884705 | 9 months ago | | | 0 | 0.000000002590361681 | |
| 9884676 | 9 months ago | | | 0 | 0.000000004504587049 | |
| 9884638 | 9 months ago | | | 0 | 0.000000004785910905 |
ABI
ABI objects
Getter at block 21877129
maxSharesPerBuy() view returns (uint256)
100
owner() view returns (address)
0xd041399a275677add7d5b0488e4c14f532dbe6a3
protocolFeeDestination() view returns (address)
0xd041399a275677add7d5b0488e4c14f532dbe6a3
protocolFeePercent() view returns (uint256)
50000000000000000
rewardFeePercent() view returns (uint256)
50000000000000000
rewardsWallet() view returns (address)
0x344d88f9a240fd57870f09e3942ebd495afb0efb
tradingEnabled() view returns (bool)
true
Read-only
getBuyPrice(uint256 teamIndex, uint256 amount) view returns (uint256)
getBuyPriceAfterFee(uint256 teamIndex, uint256 amount) view returns (uint256)
getPrice(uint256 supply, uint256 amount) pure returns (uint256)
getSellPrice(uint256 teamIndex, uint256 amount) view returns (uint256)
getSellPriceAfterFee(uint256 teamIndex, uint256 amount) view returns (uint256)
sharesBalance(uint256, address) view returns (uint256)
sharesSupply(uint256) view returns (uint256)
State-modifying
Events buyShares(uint256 teamIndex, uint256 amount) payable
enableTrading()
renounceOwnership()
sellShares(uint256 teamIndex, uint256 amount) payable
setFeeDestination(address _feeDestination)
setMaxSharesPerBuy(uint256 _maxSharesPerBuy)
setProtocolFeePercent(uint256 _feePercent)
setRewardFeePercent(uint256 _feePercent)
setRewardsWallet(address _rewardsWallet)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Trade(address trader, uint256 subject, bool isBuy, uint256 shareAmount, uint256 ethAmount, uint256 protocolEthAmount, uint256 subjectEthAmount, uint256 supply)
constructor(address protocolFeeDestination_, address rewardsWallet_, uint256 protocolFeePercent_, uint256 rewardFeePercent_)
This contract contains no fallback and receive objects.
This contract contains no error objects.