ThaddeusToken
Verified contract
Active on
Ethereum with 312 txns
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 "ThaddeusToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19422940 | 8 months ago | | | 0 | 0.0034550090 | |
| 18989390 | 10 months ago | | | 0 | 0.00072280361 | |
| 18544351 | a year ago | | | 0 | 0.0038383807 | |
| 17500225 | a year ago | | | 0 | 0.00036445921 | |
| 17286849 | a year ago | | | 0 | 0.0023380107 | |
| 17283927 | a year ago | | | 0 | 0.0015150682 | |
| 17283923 | a year ago | | | 0 | 0.0021980903 | |
| 17282465 | a year ago | | | 0 | 0.0028226104 | |
| 17280921 | a year ago | | | 0 | 0.0019950820 | |
| 17280918 | a year ago | | | 0 | 0.0033449690 |
ABI
ABI objects
Getter at block 21188175
LockLiquidity() view returns (uint256)
518400
antiBotMechanism() pure returns (string)
MEV Bots are not allowed
decimals() view returns (uint8)
18
name() view returns (string)
ThaddeusToken
owner() view returns (address)
0x70f5bd4bb0ab52725a999d2a410637199c6e8c69
pair() view returns (address)
0x67485eda850958f13dadad0afcd0af01191e2c78
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
THADDEUS
totalSupply() view returns (uint256)
6666666666666000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
lastTransactionBlock(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPair(address _pair)
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.