NFT Protocol
Verified contract
Active on
Ethereum with 8,865 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFT | ERC-20 | 52.996892K | $0.00414 |
$219.39 | |
USDT | ERC-20 | 160 | $1.00 |
$160 | |
MIR | ERC-20 | 45.22207 | $0.017216 |
$0.78 | |
SHIB | ERC-20 | 11.111K | $0.000025 |
$0.28 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199267 | 2 days ago | | | 0 | 0.00062708725 | |
| 21197720 | 2 days ago | | | 0 | 0.00035713408 | |
| 21184136 | 4 days ago | | | 0 | 0.0017178932 | |
| 21166255 | 6 days ago | | | 0 | 0.0029134603 | |
| 21162902 | 7 days ago | | | 0 | 0.00052514858 | |
| 21155741 | 8 days ago | | | 0 | 0.00054407638 | |
| 21141181 | 10 days ago | | | 0 | 0.00033087880 | |
| 21139126 | 10 days ago | | | 0 | 0.0011426776 | |
| 21135352 | 11 days ago | | | 0 | 0.00037182060 | |
| 21126268 | 12 days ago | | | 0 | 0.0011892029 |
ABI
ABI objects
Getter at block 21212732
decimals() view returns (uint8)
18
name() view returns (string)
NFT Protocol
symbol() view returns (string)
NFT
totalSupply() view returns (uint256)
88888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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.