Generativemasks
Verified contract
Active on
Ethereum with 11,443 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($86.64)
Native
Value
$62.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.019596 | $3,193.78 |
$62.59 | |
WETH | ERC-20 | 0.00753 | $3,194.42 |
$24.05 | |
GM | ERC-721 | 1 | -- | -- | |
3DGM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155352 | 19 hours ago | | | 0 | 0.00075317880 | |
| 21132204 | 4 days ago | | | 0 | 0.0013092601 | |
| 21101963 | 8 days ago | | | 0 | 0.00015272429 | |
| 21095819 | 9 days ago | | | 0 | 0.00033479642 | |
| 21056063 | 15 days ago | | | 0 | 0.00034468802 | |
| 21027945 | 19 days ago | | | 0 | 0.00014019623 | |
| 20988767 | 24 days ago | | | 0 | 0.00040715663 | |
| 20952508 | a month ago | | | 0 | 0.00035227329 | |
| 20941168 | a month ago | | | 0 | 0.00048364050 | |
| 20920285 | a month ago | | | 0 | 0.00052576681 |
ABI
ABI objects
Getter at block 21161105
lotterySeed() view returns (uint256)
13040319
metadataIndex() view returns (uint256)
3799
name() view returns (string)
Generativemasks
nextTokenId() view returns (uint256)
10000
owner() view returns (address)
0x6a4631279ccce80f7625b0434447f000f5a406cf
price() view returns (uint256)
100000000000000000
remainingAmount() view returns (uint256)
0
symbol() view returns (string)
GM
Read-only
balanceOf(address owner) view returns (uint256)
commonRoyaltiesWithTwoDecimals(uint256) view returns (uint256)
commonRoyaltyAddresses(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 _tokenId) view returns (uint256[])
getFeeRecipients(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)
burn(uint256 tokenId)
buy(uint256 amount) payable
lottery()
mintForPromotion(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
switchOnSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string newBaseURI)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChangeCommonRoyalty(address[] royaltyAddresses, uint256[] royaltiesWithTwoDecimals)
ChangeRoyalty(uint256 id, address[] royaltyAddresses, uint256[] royaltiesWithTwoDecimals)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initialBaseURI, address[2] _royaltyRecipients, uint256 __revealDate)
receive()
This contract contains no error objects.