EightBit Loot
Verified contract
Active on
Ethereum with 529 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 "EightBit Loot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20956799 | a month ago | | | 0 | 0.00095248208 | |
| 20956798 | a month ago | | | 0 | 0.00094009437 | |
| 20655787 | 2 months ago | | | 0 | 0.000027591141 | |
| 19610998 | 7 months ago | | | 0 | 0.0011822442 | |
| 18998844 | 10 months ago | | | 0 | 0.0010152531 | |
| 18721567 | a year ago | | | 0 | 0.0019976060 | |
| 18665112 | a year ago | | | 0 | 0.0018254117 | |
| 18650878 | a year ago | | | 0 | 0.0010483170 | |
| 18460196 | a year ago | | | 0 | 0.00063632423 | |
| 18456287 | a year ago | | | 0 | 0.00094651062 |
ABI
ABI objects
Getter at block 21168489
name() view returns (string)
EightBit Loot
owner() view returns (address)
0x02085755fa2636a2d6bfb11d98a07618231a1c8d
royaltyAddress() view returns (address)
0x02085755fa2636a2d6bfb11d98a07618231a1c8d
royaltyFee() view returns (uint96)
500
symbol() view returns (string)
EBL
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
minterRole(address) view returns (bool)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events mint(address to, uint256 id, uint256 quantity)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCustomURI(uint256 _tokenId, string _newURI)
setMinterRole(address _to, bool _isMinter)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _royaltyFee)
setURI(string _newURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Mint(address to, uint256 tokenId, uint256 quantity)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCustomURI(uint256 tokenId, string newURI)
SetMinterRole(address to, bool isMinter)
SetURI(string newURI)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.