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 "SafeCat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787865 | 2 months ago | | | 0 | 0.00082593867 | |
| 20324211 | 4 months ago | | | 0 | 0.00036398953 | |
| 19851241 | 6 months ago | | | 0 | 0.00010164074 | |
| 19535064 | 8 months ago | | | 0 | 0.00075477544 | |
| 19477659 | 8 months ago | | | 0 | 0.00083245574 | |
| 18827366 | a year ago | | | 0 | 0.0015355987 | |
| 17711222 | a year ago | | | 0 | 0.00042985034 | |
| 16337718 | 2 years ago | | | 0 | 0.00039325310 | |
| 15721955 | 2 years ago | | | 0 | 0.00083754721 | |
| 15531785 | 2 years ago | | | 0 | 0.00020529897 |
ABI
ABI objects
Getter at block 21269593
_getMaxTxSize() view returns (uint256)
90000000000000000
_getMaxWtSize() view returns (uint256)
99000000000000000
_getTaxFee() view returns (uint256)
100
_marketingFee() view returns (uint256)
100
decimals() view returns (uint8)
8
marketingWallet() view returns (address)
0x610a81aea4c42fcd24a8cdf7174327066e6045a5
name() view returns (string)
SafeCat
owner() view returns (address)
0x2da7d318cc56445c13af0e0722c5419d1e63ee77
symbol() view returns (string)
SafeCat
totalBurn() view returns (uint256)
4390171317891862
totalFees() view returns (uint256)
4390171317891862
totalSupply() view returns (uint256)
95609828682108138
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
enableTrading(bool _tradingEnabled)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBot(address blist) returns (bool)
setLiquidityAddress(address amount)
setMaxTxSize(uint256 amount)
setMaxWtSize(uint256 amount)
setmarketingWallet(address newWallet)
setmarketingfee(uint256 amount)
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.