SUSHIUKI
Verified contract
Active on
Ethereum with 9,322 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 "SUSHIUKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749740 | 3 months ago | | | 0 | 0.000063198853 | |
| 20647112 | 3 months ago | | | 0 | 0.000029264498 | |
| 20582289 | 4 months ago | | | 0 | 0.000036050645 | |
| 20469401 | 4 months ago | | | 0 | 0.000051863425 | |
| 19861856 | 7 months ago | | | 0 | 0.00040435151 | |
| 19301144 | 10 months ago | | | 0 | 0.00064903013 | |
| 18846328 | a year ago | | | 0 | 0.00052802733 | |
| 18805588 | a year ago | | | 0 | 0.00081444128 | |
| 18552917 | a year ago | | | 0 | 0.00052071940 | |
| 18303279 | a year ago | | | 0 | 0.00013883435 |
ABI
ABI objects
Getter at block 21378958
manageContract() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
SUSHIUKI
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xee3bd530058a6681aaf26567ec355700a237f847
symbol() view returns (string)
UKI
totalSupply() view returns (uint256)
4715
Read-only
_merkleRoots(uint8) view returns (bytes32)
_startTimes(uint8) view returns (uint32)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isSaleOn(uint8 mintType) view returns (bool)
maxMintNumber(uint8 mintType) view returns (uint256)
numberMinted(address owner) 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)
State-modifying
Events approve(address to, uint256 tokenId)
burningLab(uint256 tokenId, bytes32[] proof)
mint(uint8 mintType, uint256 quantity, bytes32[] proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setManageContract(address contractAddress)
setMerkleRoot(uint8 mintType, bytes32 merkleRoot)
setOwnersExplicit(uint256 quantity)
setStartTimes(uint8 mintType, uint32 startTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.