TokenDistributor
Verified contract
Active on
Base with 2,135 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$678.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.270556 | $2,507.17 |
$678.33 | |
USDC | ERC-20 | 52.615747 | $0.999938 |
$52.61 | |
DAI | ERC-20 | 0.394952 | $0.998634 |
$0.39 | |
Cake | ERC-20 | 0.156296 | $1.73 |
$0.27 | |
GRG | ERC-20 | 0.05 | $2.04 |
$0.1 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.06 | |
WGC | ERC-20 | 200 | $0.000106 |
$0.02 | |
USA | ERC-20 | 1 | $0.001575 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000626 |
$0 | |
BLOOM | ERC-20 | 1 | $0.000046 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18658587 | 2 months ago | | | 0 | 3.2980430e-7 | |
| 18658557 | 2 months ago | | | 0 | 2.7487553e-7 | |
| 13123452 | 7 months ago | | | 0 | 2.4100751e-7 | |
| 11738175 | 8 months ago | | | 0 | 0.000000088538000000 | |
| 11075007 | 8 months ago | | | 0 | 0.000000083538763360 | |
| 10138127 | 9 months ago | | | 0 | 0.000000000801663224 | |
| 9813753 | 9 months ago | | | 0 | 0.000000001033272240 | |
| 9813747 | 9 months ago | | | 0 | 0.000000000842970298 | |
| 8744900 | 10 months ago | | | 0 | 0.000000004400096304 | |
| 8744881 | 10 months ago | | | 0 | 0.000000004535895188 |
ABI
ABI objects
Getter at block 21869836
EMERGENCY_DISABLED_TIMESTAMP() view returns (uint40)
1727400717
GLOBALS() view returns (address)
0xcede25df327bd1619fe25cda2292e14edac30717
Read-only
getClaimAmount(struct ITokenDistributorDistributionInfo info, uint256 partyTokenId) view returns (uint128)
getRemainingMemberSupply(address party, uint256 distributionId) view returns (uint128)
hasPartyTokenIdClaimed(address party, uint256 partyTokenId, uint256 distributionId) view returns (bool)
lastDistributionIdPerParty(address) view returns (uint256)
wasFeeClaimed(address party, uint256 distributionId) view returns (bool)
State-modifying
Events batchClaim(struct ITokenDistributorDistributionInfo[] infos, uint256[] partyTokenIds) returns (uint128[] amountsClaimed)
batchClaimFee(struct ITokenDistributorDistributionInfo[] infos, address[] recipients)
claim(struct ITokenDistributorDistributionInfo info, uint256 partyTokenId) returns (uint128 amountClaimed)
claimFee(struct ITokenDistributorDistributionInfo info, address recipient)
createErc20Distribution(address token, address party, address feeRecipient, uint16 feeBps) returns (struct ITokenDistributorDistributionInfo info)
createNativeDistribution(address party, address feeRecipient, uint16 feeBps) payable returns (struct ITokenDistributorDistributionInfo info)
emergencyExecute(address targetAddress, bytes targetCallData)
DistributionClaimedByPartyToken(address indexed party, uint256 indexed partyTokenId, address indexed owner, uint8 tokenType, address token, uint256 amountClaimed)
DistributionCreated(address indexed party, struct ITokenDistributorDistributionInfo info)
DistributionFeeClaimed(address indexed party, address indexed feeRecipient, uint8 tokenType, address token, uint256 amount)
EmergencyExecute(address target, bytes data)
constructor(address globals, uint40 emergencyDisabledTimestamp)
This contract contains no fallback and receive objects.
DistributionAlreadyClaimedByPartyTokenError(uint256 distributionId, uint256 partyTokenId)
DistributionFeeAlreadyClaimedError(uint256 distributionId)
EmergencyActionsNotAllowedError()
EthTransferFailed(address receiver, bytes errData)
InvalidDistributionInfoError(struct ITokenDistributorDistributionInfo info)
InvalidDistributionSupplyError(uint128 supply)
InvalidFeeBpsError(uint16 feeBps)
MustOwnTokenError(address sender, address expectedOwner, uint256 partyTokenId)
NotATokenError(address token)
OnlyFeeRecipientError(address caller, address feeRecipient)
OnlyPartyDaoError(address notDao, address partyDao)
TokenTransferFailedError(address token, address to, uint256 amount)
Uint256ToUint128CastOutOfRangeError(uint256 u256)