Sudonauts
Verified contract
Active on
Ethereum with 454 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 "Sudonauts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20698624 | 3 months ago | | | 0 | 0.000038596855 | |
| 20698623 | 3 months ago | | | 0 | 0.000038755601 | |
| 20698623 | 3 months ago | | | 0 | 0.000038793148 | |
| 19614527 | 8 months ago | | | 0 | 0.0010510720 | |
| 19445914 | 8 months ago | | | 0 | 0.0012708536 | |
| 19376768 | 9 months ago | | | 0 | 0.0025789338 | |
| 19345175 | 9 months ago | | | 0 | 0.0090770526 | |
| 18909193 | a year ago | | | 0 | 0.0022359134 | |
| 18907811 | a year ago | | | 0 | 0.00056823834 | |
| 18850264 | a year ago | | | 0 | 0.00052117733 |
ABI
ABI objects
Getter at block 21270517
_baseTokenURI() view returns (string)
ipfs://QmSeAKfgzEgKoajbLWm2wT4UdqKFTYX1yx2B8Cvn7Sfk8X/
name() view returns (string)
Sudonauts
owner() view returns (address)
0x70bfa29aca546e6cfdc7a8f7aebf07d9a545cf52
symbol() view returns (string)
SUDONAUTS
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferToVault(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()