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 "Suji"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105407 | 16 days ago | | | 0 | 0.00010475508 | |
| 20851990 | 2 months ago | | | 0 | 0.00028184219 | |
| 20636153 | 3 months ago | | | 0 | 0.00022005530 | |
| 20150983 | 5 months ago | | | 0 | 0.000049837689 | |
| 19085360 | 10 months ago | | | 0 | 0.0012676126 | |
| 18910529 | a year ago | | | 0 | 0.00044735614 | |
| 17516455 | a year ago | | | 0 | 0.00061894891 | |
| 17516198 | a year ago | | | 0 | 0.00079102356 | |
| 17516191 | a year ago | | | 0 | 0.0021041095 | |
| 17428844 | a year ago | | | 0 | 0.0012940393 |
ABI
ABI objects
Getter at block 21219500
maxPublic() view returns (uint256)
1
maxSupply() view returns (uint256)
5555
maxWL() view returns (uint256)
2
mintActive() view returns (bool)
true
name() view returns (string)
Suji
owner() view returns (address)
0x6c8a07bcb4bce577d59ab2766e664b5665e74fb3
price() view returns (uint256)
0
publicActive() view returns (bool)
true
symbol() view returns (string)
SUJI
totalSupply() view returns (uint256)
5555
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
userMints(address _account) view returns (uint256)
userPubMints(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
changePrice(uint256 _price)
flipMintState()
flipPublic()
publicMint() payable
reduceSupply(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _inputURI)
setMerkleRoot(bytes32 _root)
teamMint(uint256 _quantity, address _to)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds(address _to, uint256 _amount)
wlMint(uint256 _quantity, bytes32[] proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _inputURI, bytes32 _wlRoot)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
EthAmount()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintedOut()
OwnerQueryForNonexistentToken()
SupplyCap()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WLCap()