The Great Sprint
Verified contract
Active on
Ethereum with 623 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($12.54)
Native
Value
$12.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003374 | $3,715.84 |
$12.54 | |
Sprint | ERC-20 | 7.831357K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19909604 | 6 months ago | | | 0 | 0.00019725082 | |
| 17941218 | a year ago | | | 0 | 0.00087204889 | |
| 17905552 | a year ago | | | 0 | 0.00041072697 | |
| 17886140 | a year ago | | | 0 | 0.0016956840 | |
| 17870912 | a year ago | | | 0 | 0.0013805872 | |
| 17867470 | a year ago | | | 0 | 0.00063539516 | |
| 17847226 | a year ago | | | 0 | 0.00096219214 | |
| 17846496 | a year ago | | | 0 | 0.00059354913 | |
| 17843309 | a year ago | | | 0 | 0.0013909091 | |
| 17838823 | a year ago | | | 0 | 0.00094173128 |
ABI
ABI objects
Getter at block 21304135
EnableTxLimit() view returns (bool)
false
Treasury() view returns (address)
0xc9e69b35f4b12c43627ba3628801afeff1a2caa6
_buyTreasuryFee() view returns (uint256)
5
_maxTxAmount() view returns (uint256)
100000000000000000000000
_sellTreasuryFee() view returns (uint256)
5
_walletMax() view returns (uint256)
300000000000000000000000
checkWalletLimit() view returns (bool)
false
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x17d36a756a2f8526f08413ea07c798677b7573eb
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
10000000000000000000000000
name() view returns (string)
The Great Sprint
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
20000000000000000000000
swapbylimit() view returns (bool)
true
symbol() view returns (string)
Sprint
totalSupply() view returns (uint256)
10000000000000000000000000
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTxLimit(bool _status)
enableWalletLimit(bool _status)
excludeFromFee(address _adr, bool _status)
excludeTxLimit(address _adr, bool _status)
excludeWalletLimit(address _adr, bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueFunds()
rescueTokens(address _token, address recipient, uint256 _amount)
setFee(uint256 _buyFee, uint256 _sellFee)
setManualPair(address _pair)
setManualRouter(address _router)
setMarketPair(address _pair, bool _status)
setMaxWalletLimit(uint256 newLimit)
setSwapBackSettings(bool _enabled, bool _limited)
setSwapthreshold(uint256 _threshold)
setTreasuryWallet(address _newWallet)
setTxLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.