Rogue Society Minis
Verified contract
Active on
Ethereum with 1,694 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc673…449a
Balances ($0.00)
No balances found for "Rogue Society Minis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244860 | 24 days ago | | | 0 | 0.00060210701 | |
| 20888062 | 2 months ago | | | 0 | 0.00056310949 | |
| 20888036 | 2 months ago | | | 0 | 0.00059333622 | |
| 20888016 | 2 months ago | | | 0 | 0.00052987900 | |
| 20887995 | 2 months ago | | | 0 | 0.00052779682 | |
| 19844218 | 7 months ago | | | 0 | 0.00012233381 | |
| 19844216 | 7 months ago | | | 0 | 0.00011912728 | |
| 19844215 | 7 months ago | | | 0 | 0.00012358237 | |
| 19844214 | 7 months ago | | | 0 | 0.00012260926 | |
| 19322511 | 10 months ago | | | 0 | 0.0019790342 |
ABI
ABI objects
Getter at block 21416668
maxMinis() view returns (uint256)
15777
name() view returns (string)
Rogue Society Minis
owner() view returns (address)
0xc7b608278e7dbea6e305e61cd2125e2331700b29
saleIsActive() view returns (bool)
false
symbol() view returns (string)
RSM
totalSupply() view returns (uint256)
1617
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinted(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimMini(uint256 rsbTokenId)
flipSaleState()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
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 maxNftSupply, address dependentContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.