GWEI GUYS
Verified contract
Active on
Ethereum with 6,193 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 "GWEI GUYS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104827 | 9 days ago | | | 0 | 0.00028610956 | |
| 21104824 | 9 days ago | | | 0 | 0.00028448892 | |
| 21104820 | 9 days ago | | | 0 | 0.00029357565 | |
| 21104192 | 9 days ago | | | 0 | 0.00050719188 | |
| 21069600 | 14 days ago | | | 0 | 0.00039735573 | |
| 20376430 | 4 months ago | | | 0 | 0.00020828916 | |
| 20357349 | 4 months ago | | | 0 | 0.00097083846 | |
| 19770943 | 6 months ago | | | 0 | 0.00029726650 | |
| 19719680 | 7 months ago | | | 0 | 0.00064222085 | |
| 18910475 | 10 months ago | | | 0 | 0.00044607641 |
ABI
ABI objects
Getter at block 21168031
cost() view returns (uint256)
3000000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
11
maxSupply() view returns (uint16)
4269
name() view returns (string)
GWEI GUYS
owner() view returns (address)
0x6fb57497fbb8803fb092af6033bab7b2c8621085
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
GWEI
totalSupply() view returns (uint256)
4269
Read-only
NFTPerPublicAddress(address) view returns (uint8)
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(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()