Rogue Captainz
Verified contract
Active on
Ethereum with 435 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 "Rogue Captainz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16403134 | 2 years ago | | | 0 | 0.00056084052 | |
| 16374431 | 2 years ago | | | 0 | 0.00069201201 | |
| 16348621 | 2 years ago | | | 0 | 0.00098893647 | |
| 16348263 | 2 years ago | | | 0 | 0.0012662052 | |
| 16346225 | 2 years ago | | | 0 | 0.00066995849 | |
| 16344902 | 2 years ago | | | 0 | 0.00083248830 | |
| 16344384 | 2 years ago | | | 0 | 0.00097113218 | |
| 16344381 | 2 years ago | | | 0 | 0.00095619002 | |
| 16344375 | 2 years ago | | | 0 | 0.00084940589 | |
| 16343896 | 2 years ago | | | 0 | 0.0010633215 |
ABI
ABI objects
Getter at block 21303820
MAX_SUPPLY() view returns (uint256)
1069
MINT_PRICE() view returns (uint256)
10690000000000000
baseURI() view returns (string)
https://roguecaptainz.xyz/api/meta/
collectMarketing() view returns (bool)
false
maxByWallet() view returns (uint256)
5
name() view returns (string)
Rogue Captainz
owner() view returns (address)
0x4a9abd40a23d6d4b01046f3d26c538edecf1d546
saleState() view returns (bool)
true
symbol() view returns (string)
RCAPTAINZ
totalSupply() view returns (uint256)
1069
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events alphaMint(address[] addresses, uint256[] count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI, string newUriSuffix)
setCollectMarketing(bool newCollectMarketing)
setMaxByWallet(uint256 newMaxByWallet)
setSaleState(bool newSaleState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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, string baseURI_, string uriSuffix_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()