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 "Rebels"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245495 | 4 days ago | | | 0 | 0.00046931192 | |
| 21205414 | 10 days ago | | | 0 | 0.00046977621 | |
| 21158738 | 16 days ago | | | 0 | 0.0010687412 | |
| 21105900 | 24 days ago | | | 0 | 0.000086291636 | |
| 21072100 | a month ago | | | 0 | 0.00069717573 | |
| 21057766 | a month ago | | | 0 | 0.00048185166 | |
| 21037016 | a month ago | | | 0 | 0.00073772388 | |
| 21036972 | a month ago | | | 0 | 0.0010223079 | |
| 21015781 | a month ago | | | 0 | 0.00043074168 | |
| 21012897 | a month ago | | | 0 | 0.00034173330 |
ABI
ABI objects
Getter at block 21276139
contractURI() view returns (string)
https://rebels.art/assets/rebels-contract.json
maxSupply() view returns (uint256)
13370
minterAddress() view returns (address)
0xe9fca552b9eb110c2d170962af740725f71f5644
name() view returns (string)
Rebels
owner() view returns (address)
0x0e73bae581b171e01413a1dc92f591398c5fac5f
provenanceHash() view returns (bytes32)
0xa8654126b5eae727382d3032d3bfed7029addd2264f761f009416ab7332949f4
rendererAddress() view returns (address)
0x3537514292865ce2f4e3865cd17bf488b3d8d24c
symbol() view returns (string)
RBL
totalSupply() view returns (uint256)
5564
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 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256[] tokenIDs)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string contractURI_)
setMinterAddress(address minterAddress_)
setProvenanceHash(bytes32 provenanceHash_)
setRendererAddress(address rendererAddress_)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, uint256 maxSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.