Sendit
Unverified contract
Proxy
Active on
Base with 1,068 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
0xf498…f6aa
Balances ($89,005.26)
Native
Value
$47.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.018993 | $2,517.71 |
$47.82 | |
Sendit | ERC-20 | 3.183874B | $0.000028 |
$88,957.44 | |
kurbi | ERC-20 | 1 | $0.000626 |
$0 | |
FASTER | ERC-20 | 666.42K | -- | -- | |
COUNTDOWN | ERC-20 | 10.389947K | -- | -- | |
BLACK | ERC-20 | 99.03202 | -- | -- | |
HOPE | ERC-20 | 4.2 | -- | -- | |
0x24b1…cbad | ERC-1555 | 1 | -- | -- | |
NFP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21608543 | 6 days ago | | | 0 | 0.000000095962004530 | |
| 21590053 | 6 days ago | | | 0 | 0.000000095671913764 | |
| 21529527 | 8 days ago | | | 0 | 0.000000098423978870 | |
| 21225804 | 15 days ago | | | 0 | 4.4167119e-7 | |
| 21225793 | 15 days ago | | | 0 | 2.5718873e-7 | |
| 21223677 | 15 days ago | | | 0 | 5.5567546e-7 | |
| 20872361 | 23 days ago | | | 0 | 1.2255777e-7 | |
| 20842314 | 24 days ago | | | 0 | 0.000000080824801064 | |
| 20766441 | 25 days ago | | | 0 | 0.000000093774297722 | |
| 20631817 | a month ago | | | 0 | 0.000000095670178870 |
ABI
ABI objects
Getter at block 21862354 contractURI() view returns (string)
IMPL() view returns (address)
0x5e86bd1664eec67a808a85e65faf16a99c83af8c
VERSION_ID() view returns (uint16)
2
emergencyExecuteDisabled() view returns (bool)
false
feeBps() view returns (uint16)
250
feeRecipient() view returns (address)
0xf498fd75ee8d35294952343f1a77cae5ea5af6aa
getGovernanceValues() view returns (struct ProposalStorageGovernanceValues)
(604800, 604800, 2500, 24708263455612300000)
getProposalEngineOpts() view returns (struct ProposalStorageProposalEngineOpts)
(true, true, true, 1)
getProposalExecutionEngine() view returns (address)
0x92cab452cdd7f26b8e9dd9b26570c008c3699f47
implementation() view returns (address)
0x5e86bd1664eec67a808a85e65faf16a99c83af8c
initialized() view returns (bool)
true
lastProposalId() view returns (uint256)
35
lastTotalVotingPowerChangeTimestamp() view returns (uint40)
0
mintedVotingPower() view returns (uint96)
24708263455612300000
name() view returns (string)
Sendit
numHosts() view returns (uint8)
2
preciousListHash() view returns (bytes32)
0x9c6b2c1b0d0b25a008e6c882cc7b415f309965c72ad2b944ac0931048ca31cd5
rageQuitTimestamp() view returns (uint40)
0
symbol() view returns (string)
Sendit
tokenCount() view returns (uint96)
535
Read-only
balanceOf(address owner) view returns (uint256)
delegationsByVoter(address) view returns (address)
findVotingPowerSnapshotIndex(address voter, uint40 timestamp) view returns (uint256 index)
getApproved(uint256) view returns (address)
getDistributionShareOf(uint256 tokenId) view returns (uint256)
getProposalHash(struct PartyGovernanceProposal proposal) pure returns (bytes32 proposalHash)
getProposalStateInfo(uint256 proposalId) view returns (uint8 status, struct PartyGovernanceProposalStateValues values)
getVotingPowerAt(address voter, uint40 timestamp, uint256 snapIndex) view returns (uint96 votingPower)
getVotingPowerShareOf(uint256 tokenId) view returns (uint256)
isApprovedForAll(address, address) view returns (bool)
isAuthority(address) view returns (bool)
isHost(address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
royaltyInfo(uint256, uint256) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256) view returns (string)
votingPowerByTokenId(uint256) view returns (uint256)
State-modifying
Events abdicateAuthority()
abdicateHost(address newPartyHost)
accept(uint256 proposalId, uint256 snapIndex) returns (uint256 totalVotes)
addAuthority(address authority)
approve(address spender, uint256 id)
burn(uint256 tokenId)
burn(uint256[] tokenIds)
cancel(uint256 proposalId, struct PartyGovernanceProposal proposal)
decreaseTotalVotingPower(uint96 votingPower)
decreaseVotingPower(uint256 tokenId, uint96 votingPower)
delegateCallAndRevert(address impl, bytes callData)
delegateVotingPower(address delegate)
disableEmergencyExecute()
distribute(uint256 amount, uint8 tokenType, address token, uint256 tokenId) returns (struct ITokenDistributorDistributionInfo distInfo)
emergencyExecute(address targetAddress, bytes targetCallData, uint256 amountEth) payable
execute(uint256 proposalId, struct PartyGovernanceProposal proposal, address[] preciousTokens, uint256[] preciousTokenIds, bytes progressData, bytes extraData) payable
increaseTotalVotingPower(uint96 votingPower)
increaseVotingPower(uint256 tokenId, uint96 votingPower)
initialize(struct PartyPartyInitData initData)
mint(address owner, uint256 votingPower, address delegate) returns (uint256 tokenId)
propose(struct PartyGovernanceProposal proposal, uint256 latestSnapIndex) returns (uint256 proposalId)
rageQuit(uint256[] tokenIds, address[] withdrawTokens, uint256[] minWithdrawAmounts, address receiver)
safeTransferFrom(address owner, address to, uint256 tokenId)
safeTransferFrom(address owner, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setRageQuit(uint40 newRageQuitTimestamp)
transferFrom(address owner, address to, uint256 tokenId)
veto(uint256 proposalId)
Approval(address indexed owner, address indexed operator, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuthorityAdded(address indexed authority)
AuthorityRemoved(address indexed authority)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
Burn(address caller, uint256 tokenId, uint256 votingPower)
DistributionCreated(uint8 tokenType, address token, uint256 tokenId)
EmergencyExecute(address target, bytes data, uint256 amountEth)
EmergencyExecuteDisabled()
HostStatusTransferred(address oldHost, address newHost)
Initialized()
MetadataUpdate(uint256 _tokenId)
PartyCardIntrinsicVotingPowerSet(uint256 indexed tokenId, uint256 intrinsicVotingPower)
PartyDelegateUpdated(address indexed owner, address indexed delegate)
PartyVotingSnapshotCreated(address indexed voter, uint40 timestamp, uint96 delegatedVotingPower, uint96 intrinsicVotingPower, bool isDelegated)
ProposalAccepted(uint256 proposalId, address voter, uint256 weight)
ProposalCancelled(uint256 indexed proposalId)
ProposalExecuted(uint256 indexed proposalId, address executor, bytes nextProgressData)
ProposalPassed(uint256 indexed proposalId)
ProposalVetoed(uint256 indexed proposalId, address host)
Proposed(uint256 proposalId, address proposer, struct PartyGovernanceProposal proposal)
RageQuit(address caller, uint256[] tokenIds, address[] withdrawTokens, address receiver)
RageQuitSet(uint40 oldRageQuitTimestamp, uint40 newRageQuitTimestamp)
Transfer(address indexed owner, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
fallback()
receive()
AlreadyInitialized()
AlreadyVotedError(address voter)
BadPreciousListError()
BadProposalHashError(bytes32 proposalHash, bytes32 actualHash)
BadProposalStatusError(uint8 status)
BelowMinWithdrawAmountError(uint256 amount, uint256 minAmount)
CannotDisableRageQuitAfterInitializationError()
CannotEnableRageQuitIfNotDistributionsRequireVoteError()
CannotModifyTotalVotingPowerAndAcceptError()
CannotRageQuitError(uint40 rageQuitTimestamp)
DistributionsRequireVoteError()
EthTransferFailed(address receiver, bytes errData)
ExecutionTimeExceededError(uint40 maxExecutableTime, uint40 timestamp)
FixedRageQuitTimestampError(uint40 rageQuitTimestamp)
Int192ToUint96CastOutOfRange(int192 i192)
InvalidBpsError(uint16 bps)
InvalidDelegateError()
InvalidGovernanceParameter(uint256 value)
InvalidNewHostError()
InvalidTokenOrderError()
MismatchedPreciousListLengths()
NotATokenError(address token)
NotAuthorized()
NotMinted()
NothingToBurnError()
OnlyDelegateCallError()
OnlyWhenEmergencyActionsAllowedError()
OnlyWhenEnabledError()
PartyNotStartedError()
ProposalCannotBeCancelledYetError(uint40 currentTime, uint40 cancelTime)
TokenTransferFailedError(address token, address to, uint256 amount)
TooManyHosts()
Uint256ToInt192CastOutOfRange(uint256 v)
Uint256ToUint96CastOutOfRange(uint256 v)
Unauthorized()
UnsafeRecipient()
ZeroAddress()