404Loot

Verified contract

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

No balances found for "404Loot"

0xec723c8c882b1d853a7f5f15949d224eddf268292ee13386dd0b3e219121a689
From
0xbd22897df4dab98fdd7201b8315514ef934960622f2d7108fd31164c7a03773e
0x3f6cb2b5d47b4b55baf6c4118176e7f48c4ef470917aeedcc109daf5c6a7d116
0x418068bdce2cb8b44631cb14cc267f1f30c2530f91fde6f85633b658c19f64df
0x162b4545a9ef1dd2d2901786600ddc5ce9262761c9c38da64efb00c541ef2762
0x9f866296abda6d8df4e20d3f8ec4a4ca94f8261e8cb17eb6a51d88f43f524981
0xbe83f7e264854b61c30736fe92d241f200592e5d3d18c1816ac38fe76cfca449
0xcb6c3bd32c7f389f9c8d64b1a325bf79af322d7865a17457c1bb86334f639476
0xef6efc3cb0f2dee8378d0497ea5e7fe2af3bc2bebfd2e3b9fde80336f6b02baf
0xc399bffc67a42dd2a28d60717c8f387bdd1ebdbbb88c37b98cab9c24ad514ec4

Functions
Getter at block 20909783
decimals(view returns (uint8)
18
minted(view returns (uint256)
977
name(view returns (string)
404Loot
owner(view returns (address)
0x82e815b74793ab86c1b775b02ad2b421cde97d58
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
404LOOT
totalSupply(view returns (uint256)
444000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
getChest(uint256 tokenIdview returns (string)
getFoot(uint256 tokenIdview returns (string)
getHand(uint256 tokenIdview returns (string)
getHead(uint256 tokenIdview returns (string)
getNeck(uint256 tokenIdview returns (string)
getRing(uint256 tokenIdview returns (string)
getWaist(uint256 tokenIdview returns (string)
getWeapon(uint256 tokenIdview returns (string)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 tokenIdview returns (string)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(bytes32 indexed topic0address indexed fromaddress indexed touint256 tokens anonymous
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owneruint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
Unauthorized(
UnsafeRecipient(