GRIDS by Rasell Nova
Verified contract
Active on
Ethereum with 791 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 "GRIDS by Rasell Nova"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20768524 | 2 months ago | | | 0 | 0.000093872120 | |
| 20146847 | 5 months ago | | | 0 | 0.00017046107 | |
| 19351706 | 9 months ago | | | 0 | 0.0010236414 | |
| 17774408 | a year ago | | | 0 | 0.0010676192 | |
| 17578088 | a year ago | | | 0 | 0.00056365551 | |
| 17578088 | a year ago | | | 0 | 0.00051056887 | |
| 17578088 | a year ago | | | 0 | 0.00050855742 | |
| 17578088 | a year ago | | | 0 | 0.00052276556 | |
| 17578088 | a year ago | | | 0 | 0.00069995442 | |
| 17530941 | a year ago | | | 0 | 0.00094044955 |
ABI
ABI objects
Getter at block 21306887
COST() view returns (uint256)
2000000000000000
freePertx() view returns (uint256)
1
maxSupply() view returns (uint256)
777
name() view returns (string)
GRIDS by Rasell Nova
owner() view returns (address)
0x912f606e4717c1cb1d774c9d75a510fd8904a335
symbol() view returns (string)
GRIDS
totalSupply() view returns (uint256)
777
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
community_mint(address addr, uint256 amount)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setFreeTx(uint256 amount)
transferFrom(address from, address to, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()