ins-20
Verified contract
Active on
Ethereum with 39,912 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 "ins-20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228922 | 3 days ago | | | 0 | 0.00027463456 | |
| 21228922 | 3 days ago | | | 0 | 0.00025657422 | |
| 21142790 | 15 days ago | | | 0 | 0.00039791731 | |
| 21132825 | 16 days ago | | | 0 | 0.00049696658 | |
| 21091382 | 22 days ago | | | 0 | 0.00031854122 | |
| 20986241 | a month ago | | | 0 | 0.00062395087 | |
| 20962842 | a month ago | | | 0 | 0.00062416938 | |
| 20839190 | 2 months ago | | | 0 | 0.00045611216 | |
| 20783259 | 2 months ago | | | 0 | 0.00031973440 | |
| 20638112 | 3 months ago | | | 0 | 0.000026410158 |
ABI
ABI objects
Getter at block 21247702
decimals() view returns (uint8)
1
hash() view returns (bytes32)
0x16de3e0ef0817ec32d4e61320eadd262f19e67fa52bfa09b8472b7372dfd4fed
lastBlock() view returns (uint64)
18859272
maxSupply() view returns (uint64)
21000000
mintLimit() view returns (uint64)
1000
mintedPer() view returns (uint64)
6
name() view returns (string)
ins-20
nft2ft() view returns (bool)
false
proxy() view returns (address)
0x38480093ad3c093e973fff9f8f794204e557c16f
symbol() view returns (string)
INSC
totalSupply() view returns (uint256)
20999000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenID) view returns (string)
State-modifying
Events approve(address spender, uint256 amountOrTokenID)
inscribe(bytes data)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
toFT()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 tokenIdOrAmount) returns (bool)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenIdOrAmount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Inscribe(address indexed from, address indexed to, string data)
Transfer(address indexed from, address indexed to, uint256 indexed tokenIdOrAmount)
constructor(string tick, uint64 maxSupply_, uint64 mintLimit_, address proxy_)
This contract contains no fallback and receive objects.
This contract contains no error objects.