SnipCoin
Verified contract
Active on
Ethereum with 13,032 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNIP | ERC-20 | 8.326K | -- | -- | |
PARETO | ERC-20 | 25 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16820244 | 2 years ago | | | 0 | 0.0034441014 | |
| 16191156 | 2 years ago | | | 0 | 0.00097316848 | |
| 13939655 | 3 years ago | | | 0 | 0.0025618910 | |
| 13931904 | 3 years ago | | | 0 | 0.0034736425 | |
| 13773328 | 3 years ago | | | 0 | 0.0041648049 | |
| 12762116 | 3 years ago | | | 0 | 0.00088490250 | |
| 12602005 | 3 years ago | | | 0 | 0.00086497400 | |
| 12287425 | 4 years ago | | | 0 | 0.0065180400 | |
| 12106479 | 4 years ago | | | 0 | 0.0041252020 | |
| 11973609 | 4 years ago | | | 0 | 0.0058800910 |
ABI
ABI objects
Getter at block 21160764
DECIMALS_MULTIPLIER() pure returns (uint256)
1000000000000000000
MINIMUM_PURCHASE_IN_USD() pure returns (uint256)
50
PERCENTAGE_OF_TOKENS_SOLD_IN_SALE() pure returns (uint256)
28
SALE_CAP_IN_USD() pure returns (uint256)
8000000
USD_PURCHASE_AMOUNT_REQUIRING_ID() pure returns (uint256)
4500
accountWithUpdatePermissions() pure returns (address)
0x6933784a82f5dadebb600bed8670667837ad196f
contractOwner() pure returns (address)
0xb4ad56e564aab5409fe8e34637c33a6d3f2a0038
decimals() pure returns (uint8)
18
ethToUsdExchangeRate() pure returns (uint256)
282
getWeiToUsdExchangeRate() pure returns (uint256)
3546099290780141
isSaleOpen() pure returns (bool)
false
name() pure returns (string)
SnipCoin
saleWalletAddress() pure returns (address)
0xb4ad56e564aab5409fe8e34637c33a6d3f2a0038
snipCoinToEtherExchangeRate() pure returns (uint256)
76250
symbol() pure returns (string)
SNIP
totalEthReceivedInWei() pure returns (uint256)
16634479657188317858727
totalSupply() pure returns (uint256)
10000000000000000000000000000
totalUsdReceived() pure returns (uint256)
4690787
totalUsdValueOfAllTokens() pure returns (uint256)
16752810
transferable() pure returns (bool)
true
version() pure returns (string)
1.0
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
cappedBuyerList(address) pure returns (uint256)
uncappedBuyerList(address) pure returns (bool)
State-modifying
Events addAddressToCappedAddresses(address addr)
addAddressToUncappedAddresses(address addr)
addMultipleAddressesToCappedAddresses(address[] addrList)
addMultipleAddressesToUncappedAddresses(address[] addrList)
allowTransfers()
approve(address _spender, uint256 _value) returns (bool success)
openOrCloseSale(bool saleCondition)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
updateEthToUsdExchangeRate(uint256 newEthToUsdExchangeRate)
updateSnipCoinToEtherExchangeRate(uint256 newSnipCoinToEtherExchangeRate)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.