STEPNNFT
Verified contract
Active on
Ethereum with 49,222 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.444192 | $0.999873 |
$0.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21150260 | a day ago | | | 0 | 0.0013176830 | |
| 21050946 | 15 days ago | | | 0 | 0.0011337261 | |
| 21050900 | 15 days ago | | | 0 | 0.00096026737 | |
| 21041624 | 16 days ago | | | 0 | 0.00075293424 | |
| 21041618 | 16 days ago | | | 0 | 0.00075073115 | |
| 21041606 | 16 days ago | | | 0 | 0.00086094676 | |
| 21021833 | 19 days ago | | | 0 | 0.0013822685 | |
| 21021828 | 19 days ago | | | 0 | 0.0012731361 | |
| 21021823 | 19 days ago | | | 0 | 0.0015011637 | |
| 21021817 | 19 days ago | | | 0 | 0.0015051782 |
ABI
ABI objects
Getter at block 21157730
name() view returns (string)
STEPNNFT
owner() view returns (address)
0xeb49f0309dd219846758d1d4b15a381542182825
symbol() view returns (string)
SNFT
totalSupply() view returns (uint256)
9834
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string buri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.