Unicorn GG Club
Verified contract
Active on
Ethereum with 681 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 ($0.00)
No balances found for "Unicorn GG Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20933562 | a month ago | | | 0 | 0.00020802992 | |
| 18802097 | a year ago | | | 0 | 0.00085989641 | |
| 17965289 | a year ago | | | 0 | 0.0015907144 | |
| 16827018 | 2 years ago | | | 0 | 0.0063418550 | |
| 16713423 | 2 years ago | | | 0 | 0.0021643549 | |
| 16398308 | 2 years ago | | | 0 | 0.00092178000 | |
| 16108429 | 2 years ago | | | 0 | 0.00028422956 | |
| 15979233 | 2 years ago | | | 0 | 0.00066252957 | |
| 15802170 | 2 years ago | | | 0 | 0.00040056748 | |
| 15434689 | 2 years ago | | | 0 | 0.00072884468 |
ABI
ABI objects
Getter at block 21212548
MAX_RESERVE() view returns (uint256)
40
MAX_SUPPLY() view returns (uint256)
9000
SALE_START_TIMESTAMP() view returns (uint256)
99999999999
baseURI() view returns (string)
https://api.unicorngg.club/
name() view returns (string)
Unicorn GG Club
owner() view returns (address)
0x0000000000000000000000000000000000000001
reserved() view returns (uint256)
40
symbol() view returns (string)
UGGC
totalSupply() view returns (uint256)
1117
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTPrice(uint256 amount) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeBaseURI(string baseURI)
mintNFT(uint256 amount) payable
reserveNFTs(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSaleTimestamp(uint256 new_SALE_START_TIMESTAMP)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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, string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.