CryptoTwitter
Verified contract
Active on
Ethereum with 2,448 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,997.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 4.993K | $1.001 |
$4,997.99 | |
UNI-V2 | ERC-20 | 27.98794M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197493 | 4 days ago | | | 0 | 0.00034996218 | |
| 21192053 | 4 days ago | | | 0 | 0.00084668442 | |
| 21189967 | 5 days ago | | | 0 | 0.00073811591 | |
| 21155194 | 9 days ago | | | 0 | 0.00065607539 | |
| 21149097 | 10 days ago | | | 0 | 0.00053436288 | |
| 21137657 | 12 days ago | | | 0 | 0.00090951475 | |
| 21128935 | 13 days ago | | | 0 | 0.00084083594 | |
| 21058904 | 23 days ago | | | 0 | 0.00078892803 | |
| 21035903 | a month ago | | | 0 | 0.00057878541 | |
| 21035855 | a month ago | | | 0 | 0.00054331865 |
ABI
ABI objects
Getter at block 21222863
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
CryptoTwitter
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CT
totalSupply() view returns (uint256)
420690000000000000000000000000000
uniswapV2Pair() view returns (address)
0x3ba6650e548f9a6ee3a43c565e2c1439b2c609e2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
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(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.