Sudo Diamonds

Verified contract

Active on Ethereum with 20 txns
Deployed by via 0x183f2303 at 15375451
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Sudo Diamonds"

0x3d65c4ad58b1d181fab2c2d206829e41afe491c2e484b07c4fc4a5a7b677fd23
0xf3f8d081624ae71c77777bd1394c2876681a2da6db4a8804ebe1bb1f11d2e9fc
0xf0354f9e81e24d7e84a6721aa159939ff3a5210f099a9e9e8e7a6ed4dce23dab
0x920ccfb4dbd812cd1e72fe12b95d33859e2f8c2ee9bd79ad555c774923dd3e4a
0x4b0249c811b7b2d66f5b0ca1ebf209f10d82296435c2bdefc5a150f0524fb37a
0x9e7d1e7e0b1b62ed32f3a0ffef01bc97986bbef8f53a064e0d807e7e2b992c95
0x4791498722974a88bde08027434bdc0c796198136250b5b4748db6a92cf0949d
0xbe0fb319fef6211cf1777c02f0f8bddd3839e975b7813f34b637f404f536bdfe
0x5a9509aa3645cc38a67bcd3c230115956155b29ca15fdb69f94a837e914f4943
0xbd87b8b713e7d4a10c80d13ff4ad3cff737daf079038e58a7c16be567b58180f

Functions
Getter at block 21160573
name(view returns (string)
Sudo Diamonds
owner(view returns (address)
0x3f27537b945b12c0130d16b87fb8e2336c8e0f9b
symbol(view returns (string)
DIAM
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _totalSupply
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setDescription(string _description
setImage(string _image
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _descriptionstring _imageaddress _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(