The Fugly - Vintage Genesis
Verified contract
Active on
Ethereum with 1,839 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 "The Fugly - Vintage Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19954703 | 6 months ago | | | 0 | 0.00042981291 | |
| 18961107 | 10 months ago | | | 0 | 0.00081931164 | |
| 18961097 | 10 months ago | | | 0 | 0.00087617847 | |
| 18888960 | a year ago | | | 0 | 0.00097038505 | |
| 18009996 | a year ago | | | 0 | 0.00056060739 | |
| 18009991 | a year ago | | | 0 | 0.00050281742 | |
| 17856786 | a year ago | | | 0 | 0.0010446546 | |
| 17652664 | a year ago | | | 0 | 0.00059465277 | |
| 17643427 | a year ago | | | 0 | 0.0015851045 | |
| 17643427 | a year ago | | | 0 | 0.0015879925 |
ABI
ABI objects
Getter at block 21215168
MAX_PUBLIC_MINT() view returns (uint256)
17
MAX_SUPPLY() view returns (uint256)
1778
cost() view returns (uint256)
30000000000000000
name() view returns (string)
The Fugly - Vintage Genesis
owner() view returns (address)
0x45ab11616a5e93b765d97e194295f558f364ef44
payout() view returns (address)
0x0cb18eaba755059ecdf18a38291f0f3e685cd257
symbol() view returns (string)
FUGLY
totalSupply() view returns (uint256)
1778
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)
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[] ownerTokens)
totalPublicMint(address) view returns (uint256)
State-modifying
Events AdminMint(uint256 _quantity, address _recepient)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPayout(address _payout)
setPrice(uint256 _cost)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setTokenUri(string _baseTokenUri)
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(uint96 _royaltyFeesInBips, string URI, address _royal, address _payout)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()