Cryptify
Verified contract
Active on
Ethereum with 2,748 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5 additional slots
Balances ($86.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRYPT | ERC-20 | 425.610446K | $0.000204 |
$86.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169519 | 5 hours ago | | | 0 | 0.0013324821 | |
| 21168632 | 8 hours ago | | | 0 | 0.0013941596 | |
| 21168425 | 8 hours ago | | | 0 | 0.0010581003 | |
| 21165295 | 19 hours ago | | | 0 | 0.0016685973 | |
| 21164796 | 20 hours ago | | | 0 | 0.00081158220 | |
| 21162810 | a day ago | | | 0 | 0.00064058799 | |
| 21162803 | a day ago | | | 0 | 0.00055488819 | |
| 21159859 | 2 days ago | | | 0 | 0.0016758837 | |
| 21154791 | 2 days ago | | | 0 | 0.00049600930 | |
| 21146329 | 3 days ago | | | 0 | 0.00040767849 |
ABI
ABI objects
Getter at block 21170879
FEE_DIVISOR() view returns (uint64)
10000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
buyTax() view returns (uint256)
500
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getTaxSplitValues() view returns (address[], uint24[])
([0x2BCE1B6C71f5e88389E5fc85047939411C893AAD, 0xfFB610F02FdE182Ec963cea9Ad051BB38AD2E21d, 0x0000000000000000000000000000000000000000], [0, 10000, 0])
lastSwapBackBlock() view returns (uint256)
21169522
launched() view returns (bool)
true
lpPair() view returns (address)
0x7dcc52cff003b59f989c70eea18cb8188854a591
name() view returns (string)
Cryptify
owner() view returns (address)
0x0000000000000000000000000000000000000000
platformAddress() view returns (address)
0xc876edc5e2d26cb3c82b23e46d573d1543be1ef6
projectAddress() view returns (address)
0x2bce1b6c71f5e88389e5fc85047939411c893aad
sellTax() view returns (uint256)
500
swapTokensAtAmt() view returns (uint256)
250000000000000000000000
symbol() view returns (string)
CRYPT
tokenInfo() view returns (string _name, string _symbol, uint32 _maxWallet, uint24 _buyTaxPlatform, uint24 _sellTaxPlatform, uint24 _buyTaxDEX, uint24 _sellTaxDEX, address _router, bool _isLaunched)
(_name=Cryptify, _symbol=CRYPT, _maxWallet=20, _buyTaxPlatform=2000, _sellTaxPlatform=2000, _buyTaxDEX=2000, _sellTaxDEX=2000, _router=0x7a250d5630b4cf539739df2c5dacb4c659f2488d, _isLaunched=false)
tokenLocker() view returns (address)
0x71b5759d73262fbb223956913ecf4ecc51057641
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFromFees(address) view returns (bool)
State-modifying
Events addLp() payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
revokeProjectTaxWallet(uint24 taxWallet1Perc, uint24 taxWallet2Perc)
revokeTaxWallet1()
revokeTaxWallet2()
setLaunched()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateTax(uint64 _buyTax, uint64 _sellTax)
Approval(address indexed owner, address indexed spender, uint256 value)
Launched(uint256 launchTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedBuyTax(uint256 newAmt)
UpdatedSellTax(uint256 newAmt)
constructor(struct StructsLibraryTokenInfo params, address _platformAddress)
receive()
This contract contains no error objects.