FuglyFrens
Verified contract
Active on
Ethereum with 504 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 "FuglyFrens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16923989 | 2 years ago | | | 0 | 0.0015578025 | |
| 16923924 | 2 years ago | | | 0 | 0.00098969132 | |
| 16489948 | 2 years ago | | | 0 | 0.00074334381 | |
| 16488825 | 2 years ago | | | 0 | 0.00033448011 | |
| 15530515 | 2 years ago | | | 0 | 0.00042898769 | |
| 15281511 | 2 years ago | | | 0 | 0.00031108748 | |
| 15110269 | 2 years ago | | | 0 | 0.00061282640 | |
| 14996646 | 2 years ago | | | 0 | 0.0013454798 | |
| 14946024 | 2 years ago | | | 0 | 0.00092516383 | |
| 14946006 | 2 years ago | | | 0 | 0.00082077338 |
ABI
ABI objects
Getter at block 21255739
cost() view returns (uint256)
0
maxPerMint() view returns (uint32)
1
maxPerWallet() view returns (uint32)
10
name() view returns (string)
FuglyFrens
open() view returns (bool)
false
owner() view returns (address)
0x5fa7213cd4417be541e377c4d4c82ba454a66639
presaleOpen() view returns (bool)
false
revealed() view returns (bool)
false
supply() view returns (uint32)
1214
symbol() view returns (string)
FUG
totalSupply() view returns (uint32)
7777
Read-only
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(address[] to)
approve(address to, uint256 tokenId)
mint(uint32 count) payable
presaleMint(uint32 count, bytes32[] proof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCommission(uint32 _commision)
setCost(uint256 _cost)
setMaxPerMint(uint32 _max)
setMaxPerWallet(uint32 _max)
setOpen(bool _open)
setPreSaleAddresses(bytes32 root)
setPresaleOpen(bool _open)
setUnrevealedURI(string _uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _uri, string _name, string _symbol, uint32 _totalSupply, uint256 _cost, bool _open)
This contract contains no fallback and receive objects.
This contract contains no error objects.