Share
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Share"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Share"
ABI
ABI objects
Getter at block 21869792
COMMUNITY_FUND_POOL_ALLOCATION() view returns (uint256)
3000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEV_FUND_POOL_ALLOCATION() view returns (uint256)
7000000000000000000000
FARMING_POOL_REWARD_ALLOCATION() view returns (uint256)
60000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
VESTING_DURATION() view returns (uint256)
31536000
communityFund() view returns (address)
0x0000000000000000000000000000000000000000
communityFundLastClaimed() view returns (uint256)
0
communityFundRewardRate() view returns (uint256)
0
decimals() view returns (uint8)
18
devFund() view returns (address)
0x0000000000000000000000000000000000000000
devFundLastClaimed() view returns (uint256)
0
devFundRewardRate() view returns (uint256)
0
endTime() view returns (uint256)
0
name() view returns (string)
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
rewardPoolDistributed() view returns (bool)
false
startTime() view returns (uint256)
0
symbol() view returns (string)
totalSupply() view returns (uint256)
0
unclaimedDevFund() view returns (uint256 _pending)
0
unclaimedTreasuryFund() view returns (uint256 _pending)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimRewards()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeReward(address _farmingIncentiveFund)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _startTime, address _communityFund, address _devFund)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDevFund(address _devFund)
setTreasuryFund(address _communityFund)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.