TestDontBuy
Verified contract
Active on
Ethereum with 63 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 "TestDontBuy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20338180 | 4 months ago | | | 0 | 0.00032156887 | |
| 20298175 | 5 months ago | | | 0 | 0.00011492229 | |
| 20298108 | 5 months ago | | | 0 | 0.00014396096 | |
| 20249359 | 5 months ago | | | 0 | 0.000072271088 | |
| 19473378 | 8 months ago | | | 0 | 0.0018739966 | |
| 18915078 | a year ago | | | 0 | 0.00090825382 | |
| 18408539 | a year ago | | | 0 | 0.00042451476 | |
| 18322311 | a year ago | | | 0 | 0.0012057628 | |
| 18322311 | a year ago | | | 0 | 0.0012057628 | |
| 18322034 | a year ago | | | 0 | 0.0013468304 |
ABI
ABI objects
Getter at block 21317807
decimals() view returns (uint8)
18
name() view returns (string)
TestDontBuy
owner() view returns (address)
0x64a2c6c748071f465b35401f79143abb3f0884b9
pancakePair() view returns (address)
0xc2fa633714ba606563374b959c54a170349a8e3e
pancakeRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
$TDB
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Token(bool _state)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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.