Sudo Diamonds
Verified contract
Active on
Ethereum with 20 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 "Sudo Diamonds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16531394 | 2 years ago | | | 0 | 0.00072939313 | |
| 16465191 | 2 years ago | | | 0 | 0.00076150276 | |
| 16236678 | 2 years ago | | | 0 | 0.0011410020 | |
| 16234660 | 2 years ago | | | 0 | 0.00068853841 | |
| 15465506 | 2 years ago | | | 0 | 0.00027170196 | |
| 15406909 | 2 years ago | | | 0 | 0.00046607675 | |
| 15406852 | 2 years ago | | | 0 | 0.00061168288 | |
| 15390862 | 2 years ago | | | 0 | 0.00037671095 | |
| 15390700 | 2 years ago | | | 0 | 0.0010597278 | |
| 15387513 | 2 years ago | | | 0 | 0.00039362233 |
ABI
ABI objects
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 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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _totalSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDescription(string _description)
setImage(string _image)
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)
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(string _name, string _symbol, string _description, string _image, address _owner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()