TEXAN Token
Verified contract
Active on
Ethereum with 20,437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XEN | ERC-20 | 445.463477M | $0.00 |
$45.44 | |
TEXAN | ERC-20 | 31.066704M | $0.000001 |
$41.63 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156056 | 2 days ago | | | 0 | 0.00063067643 | |
| 21145230 | 4 days ago | | | 0 | 0.0042022172 | |
| 21127938 | 6 days ago | | | 0 | 0.00049377199 | |
| 21121646 | 7 days ago | | | 0 | 0.00043357936 | |
| 21113283 | 8 days ago | | | 0 | 0.00018206142 | |
| 21106696 | 9 days ago | | | 0 | 0.00018745591 | |
| 21106681 | 9 days ago | | | 0 | 0.00019280246 | |
| 21100657 | 10 days ago | | | 0 | 0.00021883648 | |
| 21097816 | 10 days ago | | | 0 | 0.00072494003 | |
| 21082403 | 12 days ago | | | 0 | 0.00071807878 |
ABI
ABI objects
Getter at block 21171859
allocatedSupply() view returns (uint256)
42360638686855790612990458341967
currentDay() view returns (uint256)
691
decimals() view returns (uint8)
18
endowmentSupply() view returns (uint256)
57637803693681360233138317168535
name() view returns (string)
TEXAN Token
originalSupply() view returns (uint256)
831494435752072874944157111722
reportGlobals() view returns (uint256 staked_stars, uint256 staked_principle_stars, uint256 total_supply, uint256 allocated_supply, uint256 penalized_stars, uint256 current_day, uint256 latest_stake_id, uint256 staked_count, uint256 endowment_supply)
(staked_stars=41529144251103717738046301230245, staked_principle_stars=2168538101143204863802890038354, total_supply=99998442380537150846128775510502, allocated_supply=42360638686855790612990458341967, penalized_stars=1557619462849153871224489498, current_day=691, latest_stake_id=5762, staked_count=5330, endowment_supply=57637803693681360233138317168535)
symbol() view returns (string)
TEXAN
totalSupply() view returns (uint256)
99998442380537150846128775510502
Read-only
Stakes(address, uint256) view returns (uint256 stakeId, uint256 stakedPrinciple, uint256 startDay, uint256 scrapeDay, uint256 stakedDays, uint256 scrapedInterest, uint256 possibleStars)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateInterest(uint256 stakedPrinciple, uint256 stakedDays) pure returns (uint256 interest)
calculateStakeDays(uint256 tempStartDay, uint256 tempStakedDays, uint256 tempScrapeDay) view returns (uint256[6])
countStakes(address userAddress) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
endStake(uint256 stakeIndex, uint256 myStakeId)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
scrapeStake(uint256 stakeIndex, uint256 myStakeId)
startStake(uint256 stakedPrinciple, uint256 stakedDays)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EndStake(address indexed stakeAddress, uint256 indexed stakeId, uint256 indexed eventName, uint256 endStakeDay, uint256 principle, uint256 oldPossibleInterest, uint256 scrapedInterest, uint256 penalties, uint256 stakeTotal)
ScrapeStake(address indexed stakeAddress, uint256 indexed stakeId, uint256 indexed eventName, uint256 scrapeDay, uint256 previousScrapedInterest, uint256 oldPossibleInterest, uint256 scrapedInterest, uint256 possibleInterest)
StartStake(address indexed stakeAddress, uint256 indexed stakeId, uint256 indexed eventName, uint256 startDay, uint256 stakedDays, uint256 principle, uint256 possibleInterest)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
receive()
This contract contains no error objects.