CryptzyCoin
Verified contract
Active on
Ethereum with 155 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfa3e…965e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRYPTZY | ERC-20 | 0.000241 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19487290 | 8 months ago | | | 0 | 0.00095318980 | |
| 19157103 | 9 months ago | | | 0 | 0.00067640284 | |
| 18958800 | 10 months ago | | | 0 | 0.0015169399 | |
| 18937780 | 10 months ago | | | 0 | 0.0017003793 | |
| 18716767 | a year ago | | | 0 | 0.0025441020 | |
| 18696132 | a year ago | | | 0 | 0.0013863436 | |
| 18684508 | a year ago | | | 0 | 0.0015158508 | |
| 18672474 | a year ago | | | 0 | 0.0036026741 | |
| 18665321 | a year ago | | | 0 | 0.0021329407 | |
| 18661697 | a year ago | | | 0 | 0.0013851327 |
ABI
ABI objects
Getter at block 21190741
decimals() pure returns (uint8)
18
feeToken() view returns (address)
0xfa3e941d1f6b7b10ed84a0c211bfa8aee907965e
gayforhayAddress() view returns (address)
0x000000000000000000000000000000000000dead
getAllPending() view returns (uint256)
241234624333297
getSwapThresholdAmount() view returns (uint256)
3
maxWalletAmount() view returns (uint256)
30000000000000000
name() view returns (string)
CryptzyCoin
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairV2() view returns (address)
0xa057321a5f077879844750bf7bd1b002f67d53c6
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThresholdRatio() view returns (uint16)
50
symbol() view returns (string)
CRYPTZY
totalSupply() view returns (uint256)
1000000000000000000
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
gayforhayFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
gayforhayAddressSetup(address _newAddress)
gayforhayFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _feeToken, address _router)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAmount(uint256 _maxWalletAmount)
updateSwapThreshold(uint16 _swapThresholdRatio)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint16 swapThresholdRatio)
Transfer(address indexed from, address indexed to, uint256 value)
gayforhayAddressUpdated(address gayforhayAddress)
gayforhayFeeSent(address recipient, uint256 amount)
gayforhayFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.