GasWarrior Clones
Verified contract
Active on
Ethereum with 2,408 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23.75)
Native
Value
$23.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007817 | $3,038.04 |
$23.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20848407 | 2 months ago | | | 0 | 0.00036249251 | |
| 20110311 | 5 months ago | | | 0 | 0.00013352424 | |
| 19855348 | 6 months ago | | | 0 | 0.000097579697 | |
| 19821918 | 6 months ago | | | 0 | 0.00018937540 | |
| 19476921 | 8 months ago | | | 0 | 0.0018176633 | |
| 19084423 | 10 months ago | | | 0 | 0.0017335309 | |
| 18937328 | 10 months ago | | | 0 | 0.00036195303 | |
| 18907727 | 10 months ago | | | 0 | 0.00058524957 | |
| 18848492 | a year ago | | | 0 | 0.00047097433 | |
| 17896806 | a year ago | | | 0 | 0.00088110729 |
ABI
ABI objects
Getter at block 21193926
DAOaddressMultisig() view returns (address)
0xd435566e386a9ae228a89826ab733981967c30ef
baseUri() view returns (string)
ipfs://QmemXepy1qibTj9zf1s91MR4dK957DxJ4jAYTNv3RwrRM7/
fee() view returns (uint256)
0
getFee() view returns (uint256)
0
hasBeenRevealed() view returns (bool)
true
maximumMintable() view returns (uint256)
8788
name() view returns (string)
GasWarrior Clones
numberOfOwnerMints() view returns (uint256)
0
owner() view returns (address)
0xf60b4342cf2a83451cbc17b40c0f9527908f6c0d
publicMintingTime() view returns (uint256)
1631700001
symbol() view returns (string)
GWC
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 _id) view returns (string)
State-modifying
Events DAOupdateDAOaddress(address _daoAddress)
OwnerMoveFundsToDAO()
approve(address to, uint256 tokenId)
earlyMint(uint256 numberOfMints) payable returns (uint256)
mint(uint256 numberOfMints) payable returns (uint256)
ownerAddSupporters(address[] supporters)
ownerMint(uint256 numberOfMints) returns (uint256)
ownerReveal(string _uri)
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)
updateFee(uint256 newFee)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address to, uint256 id, string uri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(uint256 newPrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedDAOAddress(address newAddress)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.