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 "RoganDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15278173 | 2 years ago | | | 0 | 0.00056150790 | |
| 15183698 | 2 years ago | | | 0 | 0.0010520934 | |
| 15176362 | 2 years ago | | | 0 | 0.0013439391 | |
| 14865477 | 3 years ago | | | 0 | 0.00053312359 | |
| 14782397 | 3 years ago | | | 0 | 0.00088406116 | |
| 14714161 | 3 years ago | | | 0 | 0.0014031726 | |
| 14257152 | 3 years ago | | | 0 | 0.0057504484 | |
| 14232675 | 3 years ago | | | 0 | 0.0036784622 | |
| 14216512 | 3 years ago | | | 0 | 0.0030561216 | |
| 14214640 | 3 years ago | | | 0 | 0.0029421910 |
ABI
ABI objects
Getter at block 21322253
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmcGZxNuZfNPUWaMQ1WRzvoX44EouJDNb4g813EHMphp3c/
cost() view returns (uint256)
20000000000000000
maxMintAmountPerTx() view returns (uint256)
15
maxSupply() view returns (uint256)
1776
name() view returns (string)
RoganDAO
owner() view returns (address)
0x1199f2fd53974106299ac2e255440a6a4a47ae08
symbol() view returns (string)
RDAO
totalSupply() view returns (uint256)
545
uriSuffix() view returns (string)
.json
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 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) 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)
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.