GoldMint Shares
Verified contract
Active on
Ethereum with 978 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "GoldMint Shares"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18966385 | a year ago | | | 0 | 0.00035952554 | |
| 17562698 | a year ago | | | 0 | 0.00063233017 | |
| 17419762 | 2 years ago | | | 0 | 0.00049431573 | |
| 17297655 | 2 years ago | | | 0 | 0.00068073600 | |
| 17079924 | 2 years ago | | | 0 | 0.0017832828 | |
| 17015172 | 2 years ago | | | 0 | 0.00052527781 | |
| 17015169 | 2 years ago | | | 0 | 0.00045391857 | |
| 17009343 | 2 years ago | | | 0 | 0.00051055200 | |
| 16920428 | 2 years ago | | | 0 | 0.0010940400 | |
| 16905627 | 2 years ago | | | 0 | 0.00064873471 |
ABI
ABI objects
Getter at block 21385235
COMMUNITY_FUND_POOL_ALLOCATION() view returns (uint256)
7000000000000000000000
DEV_FUND_POOL_ALLOCATION() view returns (uint256)
140000000000000000000
FARMING_POOL_REWARD_ALLOCATION() view returns (uint256)
59500000000000000000000
TEAM_FUND_POOL_ALLOCATION() view returns (uint256)
3360000000000000000000
VESTING_DURATION() view returns (uint256)
63072000
communityFund() view returns (address)
0x70a49cf7b0b5248ddfffe3f9f302078ee5f2bcb3
communityFundLastClaimed() view returns (uint256)
1679605871
communityFundRewardRate() view returns (uint256)
110984271943176
decimals() view returns (uint8)
18
devFund() view returns (address)
0xaef7397ed6e120ba90cc363d9f19042e6295653a
devFundLastClaimed() view returns (uint256)
1679605871
devFundRewardRate() view returns (uint256)
2219685438863
endTime() view returns (uint256)
1713542400
isOperator() view returns (bool)
false
name() view returns (string)
GoldMint Shares
operator() view returns (address)
0x3504d394b396e0a0fe2a028c27ba84cca17bf583
owner() view returns (address)
0xf372fdf10d31a01f028febe7894449402536ff99
rewardPoolDistributed() view returns (bool)
true
startTime() view returns (uint256)
1650470400
symbol() view returns (string)
SGLDM
teamFund() view returns (address)
0x2bb70959883302601acb3c8fdc83c031d80be32b
teamFundLastClaimed() view returns (uint256)
1679605871
teamFundRewardRate() view returns (uint256)
53272450532724
totalSupply() view returns (uint256)
64351368554984747858373
unclaimedDevFund() view returns (uint256 _pending)
75328419266851926527
unclaimedTeamFund() view returns (uint256 _pending)
1807882062404853474996
unclaimedTreasuryFund() view returns (uint256 _pending)
3766420963343478676104
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()
setTeamFund(address _teamFund)
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 _communityFund, address _teamFund, address _devFund)
This contract contains no fallback and receive objects.
This contract contains no error objects.