Genesis Frahm
Verified contract
Active on
Ethereum with 284 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 "Genesis Frahm"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20632623 | 4 months ago | | | 0 | 0.000074915917 | |
| 20405876 | 5 months ago | | | 0 | 0.000054706359 | |
| 20048968 | 6 months ago | | | 0 | 0.00043388416 | |
| 20048501 | 6 months ago | | | 0 | 0.00036356691 | |
| 19332350 | 10 months ago | | | 0 | 0.0053613663 | |
| 19268294 | 10 months ago | | | 0 | 0.0017401158 | |
| 18808403 | a year ago | | | 0 | 0.0016724869 | |
| 18808401 | a year ago | | | 0 | 0.0029755376 | |
| 18788785 | a year ago | | | 0 | 0.0033871826 | |
| 17953383 | a year ago | | | 0 | 0.00057027461 |
ABI
ABI objects
Getter at block 21441702
AMOUNT_FOR_DEV() view returns (uint256)
50
BURN_START_TIME() view returns (uint32)
1651327200
MAX_COLLECTION_SIZE() view returns (uint256)
1100
MAX_MINTLIST_MINTS() view returns (uint256)
2
MAX_PUBLIC_MINTS_PER_TX() view returns (uint256)
10
MINTLIST_SALE_START_TIME() view returns (uint32)
1651154400
MINT_PRICE() view returns (uint256)
120000000000000000
PUBLIC_SALE_START_TIME() view returns (uint32)
1651240800
getAvailableSupply() view returns (uint256)
0
name() view returns (string)
Genesis Frahm
owner() view returns (address)
0xef5d077566b7e6483cb91bd0cae864e8ef2a8740
symbol() view returns (string)
GFRAHM
totalSupply() view returns (uint256)
476
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintlist(address) view returns (uint256)
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)
frahmMint(uint256 quantity)
mintlistMint(uint256 quantity) payable
publicSaleMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
seedMintlist(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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()
URIQueryForNonexistentToken()