Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($120.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 120 | $1.00 |
$120 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084788 | a month ago | | | 0 | 0.00022528107 | |
| 20913932 | 2 months ago | | | 0 | 0.0010661013 | |
| 20913928 | 2 months ago | | | 0 | 0.0010988490 | |
| 20869208 | 2 months ago | | | 0 | 0.00033650212 | |
| 20847719 | 2 months ago | | | 0 | 0.00018334429 | |
| 20847718 | 2 months ago | | | 0 | 0.00017982578 | |
| 20637876 | 3 months ago | | | 0 | 0.000029598821 | |
| 20583002 | 3 months ago | | | 0 | 0.000036205381 | |
| 20582999 | 3 months ago | | | 0 | 0.000033800635 | |
| 18872027 | a year ago | | | 0 | 0.00093993613 |
ABI
ABI objects
Getter at block 21290484
decimals() view returns (uint8)
18
feeExceptEffect() view returns (bool)
true
feeRateBuy() view returns (uint256)
10000
feeRateSell() view returns (uint256)
100
getSettor() view returns (address)
0xee9e934cc93efda0f50abfaeca5cdb5b0a46e793
name() view returns (string)
DINO
owner() view returns (address)
0x41ebe26ddda7606853e8344270ea3dc120037177
symbol() view returns (string)
DINO
totalSupply() view returns (uint256)
95932459420495266872855374
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
feeExcept(address) view returns (bool)
lps(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setFeeExcept(address[] addrs, bool isExcept)
setFeeExceptEffect(bool _isEffect)
setFeeRateBuy(uint256 _rate)
setFeeRateSell(uint256 _rate)
setLp(address _lp, bool _islp)
setSettor(address _s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Fee(address indexed from, address indexed to, address lp, bool isBuy, uint256 feeAmount)
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.