Scotty AI
Verified contract
Active on
Ethereum with 24,161 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,728.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCOTTY | ERC-20 | 3.307972M | $0.001477 |
$4,887.2 | |
USDT | ERC-20 | 1.82576K | $1.002 |
$1,829.41 | |
MATIC | ERC-20 | 25 | $0.456054 |
$11.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243919 | 35 minutes ago | | | 0 | 0.00079121579 | |
| 21243725 | an hour ago | | | 0 | 0.00077973429 | |
| 21243491 | 2 hours ago | | | 0 | 0.00072064977 | |
| 21243461 | 2 hours ago | | | 0 | 0.00067330261 | |
| 21242794 | 4 hours ago | | | 0 | 0.00059529151 | |
| 21242382 | 6 hours ago | | | 0 | 0.00054664466 | |
| 21242308 | 6 hours ago | | | 0 | 0.00046759890 | |
| 21242148 | 7 hours ago | | | 0 | 0.00050853943 | |
| 21242055 | 7 hours ago | | | 0 | 0.00039846388 | |
| 21241873 | 7 hours ago | | | 0 | 0.00047125091 |
ABI
ABI objects
Getter at block 21244092
decimals() view returns (uint8)
18
devReserve() view returns (uint256)
520370367000000000000000000
exchangeListingReserve() view returns (uint256)
173456789000000000000000000
marketingReserve() view returns (uint256)
173456789000000000000000000
name() view returns (string)
Scotty AI
owner() view returns (address)
0x719792b0a9a64fe8d7b7728b75768bda135300f5
presaleReserve() view returns (uint256)
520370367000000000000000000
stakingReserve() view returns (uint256)
346913578000000000000000000
symbol() view returns (string)
SCOTTY
totalSupply() view returns (uint256)
1734567890000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, 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(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.