Girls Riding Things
Verified contract
Active on
Ethereum with 2,828 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHURA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259872 | 6 days ago | | | 0 | 0.00041881624 | |
| 21074834 | a month ago | | | 0 | 0.00035498962 | |
| 21026024 | a month ago | | | 0 | 0.00050165104 | |
| 20848468 | 2 months ago | | | 0 | 0.00031454483 | |
| 20251254 | 5 months ago | | | 0 | 0.000062658395 | |
| 20191577 | 5 months ago | | | 0 | 0.00031669184 | |
| 20191438 | 5 months ago | | | 0 | 0.00030576447 | |
| 19956509 | 6 months ago | | | 0 | 0.00034229219 | |
| 19932125 | 6 months ago | | | 0 | 0.00052387192 | |
| 19897461 | 6 months ago | | | 0 | 0.000083747739 |
ABI
ABI objects
Getter at block 21302414
MAX_OWNER_TOKENS() view returns (uint8)
50
MAX_PURCHASE() view returns (uint8)
10
TOKEN_PRICE() view returns (uint256)
20000000000000000
currentMaxTokens() view returns (uint256)
3333
finalMaxTokens() view returns (uint256)
3333
name() view returns (string)
Girls Riding Things
owner() view returns (address)
0x8a5aa7ef45c341ac815091e446098cac500d978d
ownerMintCount() view returns (uint8)
0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
GRT
totalSupply() view returns (uint256)
3333
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)
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)
freeze(uint8 passcode)
mint(uint8 numberOfTokens) payable
mintAsOwner(uint8 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMaxTokens(uint256 maxTokens)
toggleSaleState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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.