Super Dudes
Verified contract
Active on
Ethereum with 1,677 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe24e…289f
Balances ($0.00)
No balances found for "Super Dudes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20171021 | 5 months ago | | | 0 | 0.00040720449 | |
| 18886649 | a year ago | | | 0 | 0.00099657503 | |
| 18852022 | a year ago | | | 0 | 0.00091319388 | |
| 18779931 | a year ago | | | 0 | 0.0012777183 | |
| 18585995 | a year ago | | | 0 | 0.0035537510 | |
| 18375741 | a year ago | | | 0 | 0.00027414351 | |
| 18356102 | a year ago | | | 0 | 0.00034335420 | |
| 18184762 | a year ago | | | 0 | 0.00090185491 | |
| 17663210 | a year ago | | | 0 | 0.00087910808 | |
| 17554349 | a year ago | | | 0 | 0.00056566188 |
ABI
ABI objects
Getter at block 21210639
baseExtension() view returns (string)
.json
name() view returns (string)
Super Dudes
notRevealedUri() view returns (string)
ipfs://QmT3jSCFNqiWfkw5A96kBYrvT7YEKNMa7oZtGfuuxB1SX4/hidden.json
owner() view returns (address)
0x6c54dad6448965ab99fc2aac1661525ff182dd76
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
SD
totalSupply() view returns (uint256)
3351
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)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
pause(bool _state)
redeem()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
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(address _gen1, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()