SudoLoot

Verified contract

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

No balances found for "SudoLoot"

0x69f8244b69fc7c9fb7f8c96e00281cc2de901f10e59a75123722656d927d12ae
0x79ef3eb61ebf58a628696d5e7dde946a411023dfb3d03cd0f1fdd4928f67758f
0x4d9f58843a7a29c792a07af3ea7c339d5dcc696b9f805ceb00622140e24869c0
0x20e1099e2c4a7b121ac7c9d9681da16501ccf6c04aef4a180b47602e3ba5cc4f
0x9703db412adcc5a3b345aa348ce9b5787b2c1a825d3694e0594a2098f4900b87
0x26c6bfe7367331b08043125b344b321dcfc81a2b9ed93ca1b78e9f347da12be4
0xd0da6abe5fe99b8564c34f5fbf699bda84710d3f47e6ce38d4799daf8ba5c2ce
0x78d75394e49c4b823208a1e4360afa1fdedb82b4317be13a741787bf277fb11c
0x43fcc5702eb3d9a39cb928421b69c0a06dcb9a34d7bf690398409205b44771d2
0xd9496bfe7755b6e2546a5ed6f56524f4917d68731b5ce0fc4cda98a4605d0b07

Functions
Getter at block 21184352
name(view returns (string)
SudoLoot
owner(view returns (address)
0xbb058d516cab5323b839e973962fcef48c243c19
symbol(view returns (string)
SUDOLOOT
totalSupply(view returns (uint256)
1000
Read-only
balanceOf(address ownerview returns (uint256)
getAbility1(uint256 tokenIdview returns (string)
getAbility2(uint256 tokenIdview returns (string)
getApproved(uint256 tokenIdview returns (address)
getLocation(uint256 tokenIdview returns (string)
getNames(uint256 tokenIdview returns (string)
getRarity(uint256 tokenIdview returns (string)
getType(uint256 tokenIdview returns (string)
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
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
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(
Fallback and receive

This contract contains no fallback and receive objects.

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