Riot Grrrls
Verified contract
Active on
Ethereum with 259 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 Grrrls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19528691 | 8 months ago | | | 0 | 0.0019151191 | |
| 19528299 | 8 months ago | | | 0 | 0.0020641309 | |
| 19528297 | 8 months ago | | | 0 | 0.0022275984 | |
| 18771310 | a year ago | | | 0 | 0.0023744834 | |
| 18767661 | a year ago | | | 0 | 0.0010824359 | |
| 18767658 | a year ago | | | 0 | 0.0015629968 | |
| 18046488 | a year ago | | | 0 | 0.00032636869 | |
| 18046458 | a year ago | | | 0 | 0.00025755080 | |
| 18046379 | a year ago | | | 0 | 0.00026376726 | |
| 18046371 | a year ago | | | 0 | 0.00025865552 |
ABI
ABI objects
Getter at block 21228722
cost() view returns (uint256)
50000000000000000
maxPerMint() view returns (uint32)
5
maxPerWallet() view returns (uint32)
20
name() view returns (string)
Riot Grrrls
open() view returns (bool)
true
owner() view returns (address)
0xdeb3348eb6fa98193ce2229a5b71175edb5f5f76
supply() view returns (uint32)
317
symbol() view returns (string)
RIOT
totalSupply() view returns (uint32)
666
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)
State-modifying
Events airdrop(address[] to)
approve(address to, uint256 tokenId)
mint(uint32 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommission(uint32 _commision)
setCost(uint256 _cost)
setMaxPerMint(uint32 _max)
setMaxPerWallet(uint32 _max)
setOpen(bool _open)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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(string _uri, string _name, string _symbol, uint32 _totalSupply, uint256 _cost, bool _open)
This contract contains no fallback and receive objects.
This contract contains no error objects.