TadGenesisMiningProxy
Verified contract
Proxy
Active on
Ethereum with 2,138 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdd16…40e4
0xdd16…40e4
0x9f72…ba04
0x9f72…ba04
12 additional
variables
Balances ($6,353.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TEN | ERC-20 | 256.899467K | $0.024733 |
$6,353.89 | |
TAD | ERC-20 | 337.516089 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19091309 | 10 months ago | | | 0 | 0.00094388521 | |
| 17780788 | a year ago | | | 0 | 0.00056523318 | |
| 16007782 | 2 years ago | | | 0 | 0.0018309406 | |
| 13745887 | 3 years ago | | | 0 | 0.0016377315 | |
| 12837848 | 3 years ago | | | 0 | 0.0020910160 | |
| 12837838 | 3 years ago | | | 0 | 0.0020621744 | |
| 12837835 | 3 years ago | | | 0 | 0.0020913640 | |
| 12837833 | 3 years ago | | | 0 | 0.0032909200 | |
| 12837832 | 3 years ago | | | 0 | 0.0032455280 | |
| 12837829 | 3 years ago | | | 0 | 0.0020025085 |
ABI
ABI objects
Getter at block 21202509
TadToken() view returns (address)
0x9f7229af0c4b9740e207ea283b9094983f78ba04
TenToken() view returns (address)
0xdd16ec0f66e54d453e6756713e533355989040e4
admin() view returns (address)
0x58305c26337b7ad714e1deb9bb4a94c288b77ec2
endMiningBlockNum() view returns (uint256)
11250000
implementation() view returns (address)
0xf00bb7f1a8c82326db3161c46bfced0a0092d04d
initiated() view returns (bool)
true
isTadGenesisMining() view returns (bool)
true
miningStateBlock() view returns (uint256)
11250000
miningStateIndex() view returns (uint256)
1000000000000000000268141105048838943
stakeInitialIndex() view returns (uint256)
1000000000000000000000000000000000000
startMiningBlockNum() view returns (uint256)
11045000
tadPerBlock() view returns (uint256)
975000000000000000
totalClaimed() view returns (uint256)
199662836617787914649611
totalGenesisBlockNum() view returns (uint256)
205000
totalStaked() view returns (uint256)
256899466729520000000000
TadToken() view returns (address)
0x9f7229af0c4b9740e207ea283b9094983f78ba04
TenToken() view returns (address)
0xdd16ec0f66e54d453e6756713e533355989040e4
admin() view returns (address)
0x58305c26337b7ad714e1deb9bb4a94c288b77ec2
endMiningBlockNum() view returns (uint256)
11250000
implementation() view returns (address)
0xf00bb7f1a8c82326db3161c46bfced0a0092d04d
initiated() view returns (bool)
true
isTadGenesisMining() view returns (bool)
true
miningStateBlock() view returns (uint256)
11250000
miningStateIndex() view returns (uint256)
1000000000000000000268141105048838943
owner() view returns (address)
0x58305c26337b7ad714e1deb9bb4a94c288b77ec2
paused() view returns (bool)
false
stakeInitialIndex() view returns (uint256)
1000000000000000000000000000000000000
startMiningBlockNum() view returns (uint256)
11045000
tadPerBlock() view returns (uint256)
975000000000000000
totalClaimed() view returns (uint256)
199662836617787914649611
totalGenesisBlockNum() view returns (uint256)
205000
totalStaked() view returns (uint256)
256899466729520000000000
Read-only
stakeHolders(address) view returns (uint256)
stakerClaimed(address) view returns (uint256)
stakerIndexes(address) view returns (uint256)
claimableTad(address _address) view returns (uint256)
getMiningState(uint256 _blockNum) view returns (uint256, uint256)
stakeHolders(address) view returns (uint256)
stakerClaimed(address) view returns (uint256)
stakerIndexes(address) view returns (uint256)
State-modifying
Events _setAdmin(address newAdmin)
_setImplementation(address newImplementation)
claimTad()
doNothing()
initiate(uint256 _startMiningBlocknum, uint256 _totalGenesisBlockNum, uint256 _tadPerBlock, address _tad, address _ten)
pause()
renounceOwnership()
sendTad(address _to, uint256 _amount)
stake(uint256 _amount)
transferOwnership(address newOwner)
unpause()
unstake(uint256 _amount)
NewAdmin(address oldAdmin, address newAdmin)
NewImplementation(address oldImplementation, address newImplementation)
ClaimedTad(address indexed user, uint256 amount, uint256 total)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed user, uint256 amount, uint256 total)
Unpaused(address account)
Unstaked(address indexed user, uint256 amount, uint256 total)
constructor(address newImplementation)
fallback()
This contract contains no error objects.