space coin
Verified contract
Active on
Ethereum with 218 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 "space coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17940875 | a year ago | | | 0 | 0.0010081333 | |
| 17940859 | a year ago | | | 0 | 0.00088722755 | |
| 17940856 | a year ago | | | 0 | 0.00075190193 | |
| 17940855 | a year ago | | | 0 | 0.00066865147 | |
| 17940855 | a year ago | | | 0 | 0.00066865147 | |
| 17940852 | a year ago | | | 0 | 0.00068481248 | |
| 17940851 | a year ago | | | 0 | 0.00070626186 | |
| 17940844 | a year ago | | | 0 | 0.00072189596 | |
| 17940841 | a year ago | | | 0 | 0.00095955557 | |
| 17940817 | a year ago | | | 0 | 0.00093146101 |
ABI
ABI objects
Getter at block 21274188
UniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
_decimals() view returns (uint8)
18
_name() view returns (string)
space coin
_symbol() view returns (string)
space
_uniswapPairAddress() view returns (address)
0x3248d574a31d3c2730c410fe8d3b7d11dba08427
_uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
buyStart() view returns (bool)
true
buyTax() view returns (uint256)
0
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x000000000000000000000000000000000000dead
name() view returns (string)
space coin
owner() view returns (address)
0x000000000000000000000000000000000000dead
sellStart() view returns (bool)
true
sellTax() view returns (uint256)
0
symbol() view returns (string)
space
totalSupply() view returns (uint256)
1000000000000000000000000000000
transferTax() view returns (uint256)
0
Read-only
_blackList(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBlackList(address addr, bool enable)
setBuyFee(uint256 _buyFee)
setBuyStart(bool _buyStart)
setIsFeeExempt(address holder, bool exempt)
setSellFee(uint256 _sellTax)
setSellStart(bool _sellStart)
setTransferFee(uint256 _transferTax)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.