GM frens
Verified contract
Active on
Ethereum with 2,842 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "GM frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20768748 | 2 months ago | | | 0 | 0.00010344715 | |
| 20263384 | 4 months ago | | | 0 | 0.00017816154 | |
| 18908844 | 10 months ago | | | 0 | 0.00058604099 | |
| 16725824 | 2 years ago | | | 0 | 0.00087859800 | |
| 16725824 | 2 years ago | | | 0 | 0.00087859800 | |
| 16725824 | 2 years ago | | | 0 | 0.00087700200 | |
| 16685522 | 2 years ago | | | 0 | 0.0019701099 | |
| 16685497 | 2 years ago | | | 0 | 0.0019930730 | |
| 16586386 | 2 years ago | | | 0 | 0.0016310870 | |
| 16476977 | 2 years ago | | | 0 | 0.00092921461 |
ABI
ABI objects
Getter at block 21194422
cost() view returns (uint256)
0
getWithdrawSplit() view returns (address[], uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0xbaB368EA439c6e845bBB038A1cc8AfBC7c4835D7], [49, 951])
maxPerMint() view returns (uint32)
3
maxPerWallet() view returns (uint32)
15
name() view returns (string)
GM frens
open() view returns (bool)
true
owner() view returns (address)
0xbab368ea439c6e845bbb038a1cc8afbc7c4835d7
presaleOpen() view returns (bool)
false
referralCap() view returns (uint256)
0
referralOpen() view returns (bool)
false
reqToken() view returns (address)
0x0000000000000000000000000000000000000000
revealed() view returns (bool)
true
supply() view returns (uint256)
6900
symbol() view returns (string)
GM
totalSupply() view returns (uint256)
6900
Read-only
affiliatesOf(address owner) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events airdrop(address[] _recipients, uint256[] _amount)
approve(address to, uint256 tokenId)
mint(uint256 count) payable
presaleMint(uint32 count, bytes32[] proof) payable
referralMint(uint32 count, address referrer) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommission(uint256 _val1)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updatePresale(bool _open, bytes32 root)
updateReferral(bool _open, uint256 _val)
updateReqToken(address _address)
updateReveal(bool _revealed, string _uri)
updateRoyalties(address _recipient, uint256 _fee)
updateSale(bool _open, uint256 _cost, uint32 _maxW, uint32 _maxM)
updateWithdrawSplit(address[] _addresses, uint256[] _fees)
withdraw() payable
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(string _name, string _symbol, uint256 _maxSupply)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()