Unikong
Verified contract
Active on
Ethereum with 2,655 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,623.66 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230611 | 9 days ago | | | 0 | 0.0010681918 | |
| 20842243 | 2 months ago | | | 0 | 0.00038266576 | |
| 20387589 | 4 months ago | | | 0 | 0.000092200426 | |
| 20376120 | 4 months ago | | | 0 | 0.00019394518 | |
| 20174678 | 5 months ago | | | 0 | 0.00015500023 | |
| 19914130 | 6 months ago | | | 0 | 0.0014871410 | |
| 19471620 | 8 months ago | | | 0 | 0.0017334544 | |
| 19466075 | 8 months ago | | | 0 | 0.0015555422 | |
| 19345113 | 9 months ago | | | 0 | 0.0022569879 | |
| 19194008 | 10 months ago | | | 0 | 0.0018842083 |
ABI
ABI objects
Getter at block 21294419
_contractBaseURI() view returns (string)
https://unikong.mypinata.cloud/ipfs/QmYRPQPr9srLSNsaipesmaGtv7jXpjiJhqv3ZruW9deuoN/
_contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRujq9iTHGjqxKTjGfoaavBUsjRDfdaV2iw9yfWXg3m1f
contractURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRujq9iTHGjqxKTjGfoaavBUsjRDfdaV2iw9yfWXg3m1f
locked() view returns (bool)
false
maxSupply() view returns (uint256)
999
name() view returns (string)
Unikong
nextOwnerToExplicitlySet() view returns (uint256)
0
ogMaxMintAllowed() view returns (uint256)
2
ogRoot() view returns (bytes32)
0xb24df907e50b97e1c0da94048d5adf601b1df231fa9e73941fb76e4b7d315478
ogSaleEndTime() view returns (uint256)
1647205199
ogSaleStartTime() view returns (uint256)
1647194400
ogTokenPrice() view returns (uint256)
50000000000000000
owner() view returns (address)
0xaa1c0cc41a80f4a5d7538e6956f7e4a177442c0a
paused() view returns (bool)
false
publicSaleStartTime() view returns (uint256)
1647270000
publicTokenPrice() view returns (uint256)
70000000000000000
symbol() view returns (string)
UNIKONG
totalSupply() view returns (uint256)
999
whitelistSaleEndTime() view returns (uint256)
1647266400
whitelistSaleStartTime() view returns (uint256)
1647205200
wlMaxMintAllowed() view returns (uint256)
1
wlRoot() view returns (bytes32)
0x31f31b3f92f41983b48c72759f5d7cc98aabb9191de44148ab8b51de332e94e2
wlTokenPrice() view returns (uint256)
60000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTokenOGValid(address _to, uint256 _tokenId, bytes32[] _proof) view returns (bool)
isTokenWLValid(address _to, uint256 _tokenId, bytes32[] _proof) view returns (bool)
ogUsedAddresses(address) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
wlUsedAddresses(address) view returns (uint256)
State-modifying
Events adminMint(address to, uint256 qty)
approve(address to, uint256 tokenId)
buy(uint256 qty) payable
lockBaseURIandContractURI()
ogBuy(uint256 qty, uint256 tokenId, bytes32[] proof) payable
reclaimERC20(address erc20Token)
reclaimERC721(address erc721Token, uint256 id)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newuri)
setOGCost(uint256 newPrice)
setOGMerkleRoot(bytes32 _ogRoot)
setOGSaleStartTime(uint256 newStartTime, uint256 newEndTime)
setPaused(bool _setPaused)
setProxyRegistry(address _newRegistry)
setPublicCost(uint256 newPrice)
setPublicSaleStartTime(uint256 newStartTime)
setWLCost(uint256 newPrice)
setWLMerkleRoot(bytes32 _wlRoot)
setWhitelistSaleStartTime(uint256 newStartTime, uint256 newEndTime)
setmaxMintAmount(uint256 newMaxSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistBuy(uint256 qty, uint256 tokenId, bytes32[] proof) payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.