Seigniorage Shares
Verified contract
Active on
Base with 1,346 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000755 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21447012 | a month ago | | | 0 | 1.7925020e-7 | |
| 21234766 | a month ago | | | 0 | 2.2285160e-7 | |
| 18251491 | 3 months ago | | | 0 | 0.000000084780500000 | |
| 17944819 | 4 months ago | | | 0 | 0.000000101578544925 | |
| 16469693 | 5 months ago | | | 0 | 1.4533800e-7 | |
| 16469631 | 5 months ago | | | 0 | 1.4776030e-7 | |
| 15018859 | 6 months ago | | | 0 | 4.9111832e-7 | |
| 15018857 | 6 months ago | | | 0 | 4.9111832e-7 | |
| 14166181 | 6 months ago | | | 0 | 0.000071250841 | |
| 14166179 | 6 months ago | | | 0 | 0.000071269072 |
ABI
ABI objects
Getter at block 22758495
COMMUNITY_FUND_POOL_ALLOCATION() view returns (uint256)
0
DEV_FUND_POOL_ALLOCATION() view returns (uint256)
200000000000000000000
FARMING_POOL_REWARD_ALLOCATION() view returns (uint256)
68800000000000000000000
VESTING_DURATION() view returns (uint256)
1296000
communityFund() view returns (address)
0x0000000000000000000000000000000000000000
communityFundLastClaimed() view returns (uint256)
1690738200
communityFundRewardRate() view returns (uint256)
0
decimals() view returns (uint8)
18
devFund() view returns (address)
0x97df582cabb7a525268255d6702c47150f2783d5
devFundLastClaimed() view returns (uint256)
1690954219
devFundRewardRate() view returns (uint256)
154320987654320
endTime() view returns (uint256)
1692034200
isOperator() view returns (bool)
false
name() view returns (string)
Seigniorage Shares
operator() view returns (address)
0xad0fc281ac377794fa417e76d68788a56e3040f0
owner() view returns (address)
0xad0fc281ac377794fa417e76d68788a56e3040f0
rewardPoolDistributed() view returns (bool)
true
startTime() view returns (uint256)
1690738200
symbol() view returns (string)
SHARE
totalSupply() view returns (uint256)
69833336265432098552080
unclaimedDevFund() view returns (uint256 _pending)
166663734567900167920
unclaimedTreasuryFund() view returns (uint256 _pending)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDevFund(address _devFund)
setTreasuryFund(address _communityFund)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _startTime, address _devFund)
This contract contains no fallback and receive objects.
This contract contains no error objects.