Ruggers
Verified contract
Active on
Ethereum with 1,004 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 "Ruggers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18512867 | a year ago | | | 0 | 0.0019557113 | |
| 16629991 | 2 years ago | | | 0 | 0.0025508488 | |
| 16519971 | 2 years ago | | | 0 | 0.00076859336 | |
| 15629649 | 2 years ago | | | 0 | 0.00049446805 | |
| 15475134 | 2 years ago | | | 0 | 0.00013863300 | |
| 15446438 | 2 years ago | | | 0 | 0.00063190941 | |
| 15442957 | 2 years ago | | | 0 | 0.00096379050 | |
| 15377152 | 2 years ago | | | 0 | 0.00027986360 | |
| 15365231 | 2 years ago | | | 0 | 0.00062987078 | |
| 15363913 | 2 years ago | | | 0 | 0.00024151676 |
ABI
ABI objects
Getter at block 21301708
baseURI() view returns (string)
ipfs://QmZED4Akibb6Uzi7k5Rb38dUgegVuQAteKzLAsbNYJmE4j/
freeForPublic() view returns (uint256)
1444
freePublicMinted() view returns (uint256)
1538
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
6666
maxSupplyForPublic() view returns (uint256)
3666
maxSupplyForWL() view returns (uint256)
3000
merkleRoot() view returns (bytes32)
0xd3471145357eeb01fddd31773dd7419ecaf636378ecc8252256576701387ff7f
name() view returns (string)
Ruggers
owner() view returns (address)
0xf62619b862276c0876df21015cdcb2bf140af12e
price() view returns (uint256)
5000000000000000
publicEnabled() view returns (bool)
false
symbol() view returns (string)
RUG
totalSupply() view returns (uint256)
1595
wlEnabled() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
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)
ownerBatchMint(uint256 amt)
publicMint(uint256 amt) 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 baseURI_)
setFreeForPublic(uint256 freeForPublic_)
setFreePublicMinted(uint256 freePublicMinted_)
setMaxPerTx(uint256 maxPerTx_)
setMaxSupply(uint256 maxSupply_)
setMaxSupplyForPublic(uint256 maxSupplyForPublic_)
setMaxSupplyForWL(uint256 maxSupplyForWL_)
setMerkleRoot(bytes32 _merkleRoot)
setPrice(uint256 price_)
toggleMinting()
toggleWLMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
wlMint(bytes32[] _merkleProof, uint256 amt) payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.