GodLosesNFTees
Verified contract
Active on
Ethereum with 2,437 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 "GodLosesNFTees"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17843747 | a year ago | | | 0 | 0.00044416628 | |
| 17843746 | a year ago | | | 0 | 0.00071915752 | |
| 17007378 | 2 years ago | | | 0 | 0.00087696400 | |
| 16703747 | 2 years ago | | | 0 | 0.00085791085 | |
| 16659771 | 2 years ago | | | 0 | 0.0010985954 | |
| 16398606 | 2 years ago | | | 0 | 0.0017348307 | |
| 15974268 | 2 years ago | | | 0 | 0.00090280084 | |
| 15870729 | 2 years ago | | | 0 | 0.0013524408 | |
| 15837515 | 2 years ago | | | 0 | 0.00043654359 | |
| 15786031 | 2 years ago | | | 0 | 0.0010452130 |
ABI
ABI objects
Getter at block 21192218
_instantFreeMinted() view returns (uint32)
2000
_instantFreeSupply() view returns (uint32)
2000
_lotterySalt() view returns (bytes32)
0x4c1601824835a6ecf5b22882992d614f40f04844d7ab635e0e8f5408eb2bd73e
_maxSupply() view returns (uint32)
10000
_metadataURI() view returns (string)
https://token.godlosesnftees.com/json/reveal/
_price() view returns (uint256)
6900000000000000
_publicMinted() view returns (uint32)
2339
_publicSupply() view returns (uint32)
9000
_randomFreeMinted() view returns (uint32)
48
_randomFreeSupply() view returns (uint32)
800
_started() view returns (bool)
false
_teamMinted() view returns (uint32)
1000
_teamSupply() view returns (uint32)
1000
_walletLimit() view returns (uint32)
10
name() view returns (string)
GodLosesNFTees
owner() view returns (address)
0xa8ba1b93835b0872581d3646f6c6ea36429bfabb
symbol() view returns (string)
GLN
totalSupply() view returns (uint256)
3339
Read-only
_status(address minter) view returns (struct GodLosesNFTeesStatus)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint32 amount)
mint(uint32 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFeeNumerator(uint96 feeNumerator)
setMetadataURI(string uri)
setStarted(bool started)
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)
LuckyLoser(address minter, uint32 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 price, uint32 maxSupply, uint32 teamSupply, uint32 instantFreeSupply, uint32 randomFreeSupply, uint32 walletLimit)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()