GridironBattleships
Verified contract
Active on
Ethereum with 845 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($94.16)
Native
Value
$94.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.03 | $3,138.69 |
$94.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166294 | 5 days ago | | | 0 | 0.0034232349 | |
| 21101920 | 14 days ago | | | 0.005 | 0.0011182584 | |
| 21071988 | 18 days ago | | | 0 | 0.0018727308 | |
| 21069602 | 19 days ago | | | 0 | 0.00020080484 | |
| 21017862 | a month ago | | | 0.025 | 0.0046774828 | |
| 21015039 | a month ago | | | 0 | 0.0015252228 | |
| 21015034 | a month ago | | | 0 | 0.0015615093 | |
| 21015028 | a month ago | | | 0 | 0.0016141323 | |
| 21014900 | a month ago | | | 0 | 0.0022442621 | |
| 21014892 | a month ago | | | 0 | 0.0027244533 |
ABI
ABI objects
Getter at block 21203435
maxFreeMint() view returns (uint256)
1000
maxNFTs() view returns (uint256)
5000
maxPurchase() view returns (uint256)
10
name() view returns (string)
GridironBattleships
owner() view returns (address)
0x9ebe1325a825f4f7505be74272cadedcab8f939f
purchasePrice() view returns (uint256)
5000000000000000
symbol() view returns (string)
GRIDDYSHIPS
totalSupply() view returns (uint256)
1393
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 approve(address to, uint256 tokenId)
mintBattleships_005_ETH_Each_MAX10perTXN(uint256 numberOfTokens) payable
mintFree_First1kMints_MAX10perTXN(uint256 numberOfTokens)
ownerMint(address wallet, uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address _recipient) 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.