Riot Girls
Verified contract
Active on
Ethereum with 2,762 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 "Riot Girls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21008043 | 21 days ago | | | 0 | 0.00055062692 | |
| 20979992 | 25 days ago | | | 0 | 0.00058080377 | |
| 20759006 | 2 months ago | | | 0 | 0.000070707417 | |
| 20704014 | 2 months ago | | | 0 | 0.000040567472 | |
| 20698299 | 2 months ago | | | 0 | 0.000064060039 | |
| 20689513 | 2 months ago | | | 0 | 0.000046253685 | |
| 20020282 | 5 months ago | | | 0 | 0.00031147611 | |
| 19987424 | 5 months ago | | | 0 | 0.00033414545 | |
| 19835809 | 6 months ago | | | 0 | 0.00018434269 | |
| 19820379 | 6 months ago | | | 0 | 0.00021689564 |
ABI
ABI objects
Getter at block 21161395
baseTokenURI() view returns (string)
https://riotgirls.pussyriot.love/api/tokens/
currentPrice() view returns (uint256)
222000000000000000
currentStage() view returns (uint8)
3
getLastTokenId() view returns (uint256)
666
maxSupply() view returns (uint256)
666
merkleRoot() view returns (bytes32)
0x1ee7abbb9bcd89ffe310c452e3ecf35be7070fc023618dd6bb0be140644c24ad
name() view returns (string)
Riot Girls
owner() view returns (address)
0xf301eeb3e80ccc80f199f330874975252ac1dab7
symbol() view returns (string)
RIOT
totalSupply() view returns (uint256)
666
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIds(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preSaleMinted(address) view returns (uint256)
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)
mint(uint256 count) payable
presaleMint(uint256 count, uint256 maxAllowed, bytes32[] proof) 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 _baseTokenURI)
setMaxSupply(uint256 max)
setMerkleRoot(bytes32 root)
setMintingStage(uint8 stage)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.