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 "CoinShip"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20717044 | 2 months ago | | | 0 | 0.00027304213 | |
| 20716344 | 2 months ago | | | 0 | 0.00021175417 | |
| 20715165 | 2 months ago | | | 0 | 0.00039272878 | |
| 20714907 | 2 months ago | | | 0 | 0.00035692047 | |
| 20714682 | 2 months ago | | | 0 | 0.00051759116 | |
| 20714665 | 2 months ago | | | 0 | 0.00057360549 | |
| 20714665 | 2 months ago | | | 0 | 0.00057360549 | |
| 20714665 | 2 months ago | | | 0 | 0.00057360549 | |
| 20714665 | 2 months ago | | | 0 | 0.00057360549 | |
| 20714665 | 2 months ago | | | 0 | 0.00057360549 |
ABI
ABI objects
Getter at block 21159911
MAX_TX_AMOUNT() view returns (uint256)
10000000000000000000000000
MAX_WALLET_AMOUNT() view returns (uint256)
20000000000000000000000000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0x8796118459985fb92a093e50dafdbf3ad29d0ea2
feesTier() view returns (uint8)
1
launchTimestamp() view returns (uint256)
1725902723
limitsActive() view returns (bool)
false
name() view returns (string)
CoinShip
owner() view returns (address)
0x0000000000000000000000000000000000000000
stakingContract() view returns (address)
0x1c52597d42f1a153a21958571cbda113cc25b31b
symbol() view returns (string)
SHIP
totalSupply() view returns (uint256)
1000000000000000000000000000
transferTaxActive() view returns (bool)
false
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapPair() view returns (address)
0xd69dbd3daddccf530234a899a91c5ccc93442d65
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launchCoinShip() payable
removeFees()
removeTransferTax()
renounceOwnership()
setFeeRecipient(address _feeRecipient)
setStaking(address _stakingContract)
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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)