0xaf7ba717e60ef219a0c319e4dc6172f4b25ee870
Verified contract
Proxy
Active on
Base with 8 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
Balances ($0.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
WGC | ERC-20 | 200 | $0.000243 |
$0.05 | |
kurbi | ERC-20 | 0.1 | $0.00062 |
$0 | |
XBOO | ERC-20 | 88 | -- | -- | |
SAMOYES | ERC-20 | 81 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
BASERACCONN | ERC-20 | 50 | -- | -- | |
BABYBASE | ERC-20 | 50 | -- | -- | |
APE | ERC-20 | 50 | -- | -- | |
NUNU | ERC-20 | 7.777778 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16740414 | 5 months ago | | | 0 | 0.000000408973060281 | |
| 16007148 | 6 months ago | | | 0 | 0.0000033502475 | |
| 15582681 | 6 months ago | | | 0 | 0.0000022333900 | |
| 15538455 | 6 months ago | | | 0 | 0.0000033503072 | |
| 15495168 | 6 months ago | | | 0 | 0.0000033503072 | |
| 15458043 | 6 months ago | | | 0 | 0.0000033503072 | |
| 15412439 | 6 months ago | | | 0 | 0.0000033503072 | |
| 15373379 | 6 months ago | | | 0 | 0.00035544247 |
ABI
ABI objects
Getter at block 23935216
disburseEnabled() view returns (bool)
false
owner() view returns (address result)
0x21037cf5f02d006f60b7826f0ae926860700ac8e
questFactory() view returns (address)
0x52629961f71c1c2564c5aa22372cb1b9fa9eba3e
Read-only
available(address asset_) view returns (uint256)
available(address asset_, uint256 tokenId_) view returns (uint256)
distributed(address asset_) view returns (uint256)
distributed(address asset_, uint256 tokenId_) view returns (uint256)
isAuthorized(address account_) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
total(address asset_) view returns (uint256)
total(address asset_, uint256 tokenId_) view returns (uint256)
State-modifying
Events allocate(bytes data_) payable returns (bool)
cancelOwnershipHandover() payable
cancelQuest(string questId_)
completeOwnershipHandover(address pendingOwner) payable
createERC20Quest(uint32 txHashChainId_, address rewardTokenAddress_, uint256 endTime_, uint256 startTime_, uint256 totalParticipants_, uint256 rewardAmount_, string questId_, string actionType_, string questName_, string projectName_, uint256 referralRewardFee_) returns (address)
disburse(bytes data_) returns (bool)
disburseBatch(bytes[] data_) returns (bool)
initialize(bytes data_)
reclaim(bytes data_) returns (bool)
reconcile(bytes) returns (uint256)
renounceOwnership() payable
requestOwnershipHandover() payable
setAuthorized(address[] account_, bool[] authorized_)
setDisburseEnabled(bool enabled_)
setQuestFactory(address questFactory_)
transferOwnership(address newOwner) payable
Authorized(address indexed account, bool isAuthorized)
Distributed(address indexed asset, address to, uint256 amount)
Initialized(uint64 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
receive()
AlreadyInitialized()
CloneAlreadyInitialized()
InitializerNotImplemented()
InsufficientFunds(address asset, uint256 available, uint256 required)
InvalidAllocation(address asset, uint256 amount)
InvalidInitialization()
InvalidInitializationData()
LengthMismatch()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotInitializing()
Reentrancy()
TransferFailed(address asset, address to, uint256 amount)
Unauthorized()