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 "404Loot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20882977 | 2 months ago | | | 0 | 0.00010807148 | |
| 20082814 | 5 months ago | | | 0 | 0.0014465564 | |
| 19189298 | 10 months ago | | | 0 | 0.0022708776 | |
| 19189296 | 10 months ago | | | 0 | 0.0023314970 | |
| 19189296 | 10 months ago | | | 0 | 0.0023561270 | |
| 19189295 | 10 months ago | | | 0 | 0.0022378604 | |
| 19189294 | 10 months ago | | | 0 | 0.0028586843 | |
| 19189293 | 10 months ago | | | 0 | 0.0024358422 | |
| 19189293 | 10 months ago | | | 0 | 0.0024358422 | |
| 19189293 | 10 months ago | | | 0 | 0.0025343622 |
ABI
ABI objects
Getter at block 21274841
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getChest(uint256 tokenId) view returns (string)
getFoot(uint256 tokenId) view returns (string)
getHand(uint256 tokenId) view returns (string)
getHead(uint256 tokenId) view returns (string)
getNeck(uint256 tokenId) view returns (string)
getRing(uint256 tokenId) view returns (string)
getWaist(uint256 tokenId) view returns (string)
getWeapon(uint256 tokenId) view returns (string)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amountOrId) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(bytes32 indexed topic0, address indexed from, address indexed to, uint256 tokens) anonymous
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner, uint256 _totalSupply)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Unauthorized()
UnsafeRecipient()