BondingCurveAuthority
Verified contract
Active on
Base with 4,972 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$40,935.43
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 15.403852 | $2,657.48 |
$40,935.43 | |
WGC | ERC-20 | 200 | $0.000101 |
$0.02 | |
USA | ERC-20 | 1 | $0.001784 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000723 |
$0 | |
BROGE | ERC-20 | 10K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
NOB | ERC-20 | 500 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
fart | ERC-20 | 10 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21692603 | 2 days ago | | | 0 | 9.4808186e-7 | |
| 21372430 | 9 days ago | | | 0.001173 | 0.0000011454084 | |
| 21372014 | 9 days ago | | | 0.00115575 | 0.0000022576958 | |
| 21327255 | 10 days ago | | | 0.00115 | 0.0000031642656 | |
| 21121889 | 15 days ago | | | 0.023253 | 0.0000013473998 | |
| 20846986 | 21 days ago | | | 0 | 0.0000010120561 | |
| 20845429 | 21 days ago | | | 0 | 0.0000010508161 | |
| 20845365 | 21 days ago | | | 0 | 0.0000010685080 | |
| 20774224 | 23 days ago | | | 0.00115 | 0.0000057119398 | |
| 20636898 | a month ago | | | 0 | 0.0000010735898 |
ABI
ABI objects
Getter at block 21772296
creatorFeeBps() view returns (uint16)
250
partyDaoFeeBps() view returns (uint16)
250
partyDaoFeeClaimable() view returns (uint96)
2444713425000000000
treasuryFeeBps() view returns (uint16)
1000
Read-only
getPriceToBuy(address party, uint80 amount) view returns (uint256)
getPriceToBuy(uint80 supply, uint80 amount, uint32 a, uint80 b, bool creatorFeeOn) view returns (uint256)
getSaleProceeds(address party, uint256 amount) view returns (uint256)
partyInfos(address) view returns (address creator, uint80 supply, bool creatorFeeOn, uint32 a, uint80 b)
State-modifying
Events buyPartyCards(address party, uint80 amount, address initialDelegate) payable returns (uint256[] tokenIds)
claimPartyDaoFees()
createParty(struct BondingCurveAuthorityBondingCurvePartyOptions partyOpts, uint80 amountToBuy) payable returns (address party)
createPartyWithMetadata(struct BondingCurveAuthorityBondingCurvePartyOptions partyOpts, address customMetadataProvider, bytes customMetadata, uint80 amountToBuy) payable returns (address party)
sellPartyCards(address party, uint256[] tokenIds, uint256 minProceeds)
setCreatorFee(uint16 newCreatorFeeBps)
setPartyDaoFee(uint16 newPartyDaoFeeBps)
setTreasuryFee(uint16 newTreasuryFeeBps)
BondingCurvePartyCreated(address indexed party, address indexed creator, struct BondingCurveAuthorityBondingCurvePartyOptions partyOpts)
CreatorFeeUpdated(uint16 previousCreatorFee, uint16 newCreatorFee)
PartyCardsBought(address indexed party, address indexed buyer, uint256[] tokenIds, uint256 totalPrice, uint256 lastBondingCurvePrice, uint256 partyDaoFee, uint256 treasuryFee, uint256 creatorFee)
PartyCardsSold(address indexed party, address indexed seller, uint256[] tokenIds, uint256 sellerProceeds, uint256 lastBondingCurvePrice, uint256 partyDaoFee, uint256 treasuryFee, uint256 creatorFee)
PartyDaoFeeUpdated(uint16 previousPartyDaoFee, uint16 newPartyDaoFee)
PartyDaoFeesClaimed(uint96 amount)
TreasuryFeeUpdated(uint16 previousTreasuryFee, uint16 newTreasuryFee)
constructor(address partyDao, uint16 initialPartyDaoFeeBps, uint16 initialTreasuryFeeBps, uint16 initialCreatorFeeBps)
This contract contains no fallback and receive objects.
AddAuthorityProposalNotSupported()
DistributionsNotSupported()
EthTransferFailed()
ExcessSlippage()
ExecutionDelayTooShort()
ExistingParty()
InvalidCreatorFee()
InvalidMessageValue()
InvalidPartyDaoFee()
InvalidTotalVotingPower()
InvalidTreasuryFee()
NeedAtLeastOneHost()
PartyNotSupported()
SellZeroPartyCards()
Uint256ToUint96CastOutOfRange(uint256 v)
Unauthorized()