0xedf43c919f59900c82d963e99d822da3f95575ea
Verified contract
Proxy
Active on
Base with 391 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
0x8829…fcf2
0x3b80…40de
0x7c70…9e7f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001655 |
$0 | |
0x0187…e3b9 | ERC-1555 | 1 | -- | -- | |
0x0187…e3b9 | ERC-1555 | 1 | -- | -- | |
0x0221…1b93 | ERC-1555 | 1 | -- | -- | |
0x0221…1b93 | ERC-1555 | 1 | -- | -- | |
0x02ca…5234 | ERC-1555 | 1 | -- | -- | |
0x02ca…5234 | ERC-1555 | 1 | -- | -- | |
0x061c…f8d0 | ERC-1555 | 1 | -- | -- | |
0x068e…f404 | ERC-1555 | 1 | -- | -- | |
0x0ae4…f62d | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21835816 | 3 hours ago | | | 0 | 0.000016202200 | |
| 21832754 | 5 hours ago | | | 0 | 0.000015532652 | |
| 21828125 | 7 hours ago | | | 0 | 0.000017589511 | |
| 21827279 | 8 hours ago | | | 0 | 0.000017259651 | |
| 21810620 | 17 hours ago | | | 0 | 0.0000032653634 | |
| 21810442 | 17 hours ago | | | 0 | 0.0000032600685 | |
| 21810304 | 17 hours ago | | | 0 | 0.0000032675741 | |
| 21808660 | 18 hours ago | | | 0 | 0.000017650783 | |
| 21808589 | 18 hours ago | | | 0 | 0.000017650826 | |
| 21807679 | 19 hours ago | | | 0 | 0.000017193418 |
ABI
ABI objects
Getter at block 21841215
CurveManager() view returns (address)
0x2a679d6f44dd1de40e24b10c59fab30c780c31ec
communityStake() view returns (address)
0xcc752fd15a7dd0d5301b6a626316e7211352cf62
contestFactoryUtil() view returns (address)
0x3b80d12972fbef75c5ceb9d96b04dbad54c740de
erc20VoteStrategy() view returns (address)
0x7c702240bfdff374798e48c892ce6a687d319e7f
namespaceLogic() view returns (address)
0xd050094c902a5552b767614cb1e9e96d85c697d0
namespaceVotingStrategy() view returns (address)
0x8829b650ff249afae20ad65bc490835b1f21fcf2
referralFeeManager() view returns (address)
0x0000000000000000000000000000000000000000
reservationHook() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getNamespace(bytes32) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events configureCommunityStakeId(string name, string tokenName, uint256 id, address exchangeToken, uint256 scalar, uint256 curve)
deployNamespace(string name, string _uri, address _feeManager, bytes _signature)
deployNamespaceWithReferrer(string name, string _uri, address _feeManager, address referrer, bytes _signature)
initialize(address _communityStake, address _namespaceLogic, address _reservationHook, address _curveManager, address _namespaceVotingStrategy, address _contestFactoryUtil)
newContest(string name, uint256 interval, uint256[] winnerShares, uint256 id, uint256 prizeShare, uint256 voterShare, uint256 feeShare, uint256 weight) returns (address)
newSingleContest(string name, uint256 length, uint256[] winnerShares, uint256 id, uint256 voterShare, uint256 weight, address exhangeToken) returns (address)
newSingleERC20Contest(string name, uint256 length, uint256[] winnerShares, address token, uint256 voterShare, address exhangeToken) returns (address)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
reinitialize(address _erc20VoteStrategy)
setReservationHook(address _hook)
transferOwnership(address newOwner)
updateContestUtilImplementation(address newUtil)
updateNamespaceImplementation(address newImplementation)
updateReferralManager(address _referralManager)
ConfiguredCommunityStakeId(string name, string tokenName, uint256 id)
DeployedNamespace(string name, address _feeManager, bytes _signature, address _namespaceDeployer)
Initialized(uint64 version)
NewContest(address contest, address namespace, uint256 interval, bool oneOff)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()