KIZUNA by STARTJPN
Verified contract
Active on
Ethereum with 2,934 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "KIZUNA by STARTJPN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19660931 | 7 months ago | | | 0 | 0.00066176884 | |
| 18988179 | 10 months ago | | | 0 | 0.00052088507 | |
| 18897010 | 10 months ago | | | 0 | 0.00063314747 | |
| 18640975 | a year ago | | | 0 | 0.0017985715 | |
| 18577304 | a year ago | | | 0 | 0.0019715450 | |
| 18455272 | a year ago | | | 0 | 0.00058006584 | |
| 18168132 | a year ago | | | 0 | 0.00045484046 | |
| 18050924 | a year ago | | | 0 | 0.00063480335 | |
| 17988579 | a year ago | | | 0 | 0.0015668748 | |
| 17842335 | a year ago | | | 0 | 0.0015921423 |
ABI
ABI objects
Getter at block 21173140
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
alMintPrice() view returns (uint256)
0
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6MTAwMCwgImZlZV9yZWNpcGllbnQiOiIweGI0MjUwZjcxNTk5NTY4M2M2ZWE1YmM3YzVlMmNkZjliMTYwMWJhM2YifQ==
deployer() view returns (address)
0x637d25d0769f747b2742a04d249802da85395970
getPhaseId() view returns (uint256)
0
isAlSaleEnabled() view returns (bool)
false
maxMintsPerALOT() view returns (uint256)
1
mintable() view returns (uint256)
0
name() view returns (string)
KIZUNA by STARTJPN
nowPhaseAl() view returns (uint256)
0
operatorFilteringEnabled() view returns (bool)
false
owner() view returns (address)
0xb4250f715995683c6ea5bc7c5e2cdf9b1601ba3f
phaseId() view returns (uint256)
0
symbol() view returns (string)
KIZUNA
Read-only
alIdMinted(uint256 _nowPhaseAl, address _address) view returns (uint256)
alMinted(address _address) view returns (uint256)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isAllowlisted(address address_, uint256 _phaseId, bytes32[] proof_) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isOperator(address _operator) view returns (bool)
locked(address to) view returns (bool)
maxMintsPerAL(uint256) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(uint256 _amount, uint256 id, bytes32[] proof_) payable
batchMintTo(address[] list, uint256 id, uint256[] amount)
bound(address to, bool flag)
burnAdmin(address to, uint256 id, uint256 amount)
grantOperatorRole(address _candidate)
initializeSBT(uint256 tokenId, string _tokenURI)
mint(address to, uint256 id, uint256 amount)
renounceOwnership()
revokeOperatorRole(address _candidate)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setAllowlistSaleEnable(bool bool_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMaxMintsPerAL(uint256 _maxMintsPerAL, uint256 _id)
setMaxMintsPerALOT(uint256 _maxMintsPerALOT)
setMerkleRootAlWithId(uint256 _phaseId, bytes32 merkleRoot_)
setMintable(uint256 _mintable)
setNowPhaseAl(uint256 _nowPhaseAl)
setOperatorFilteringEnabled(bool value)
setPhaseId(uint256 _phaseId)
setPhaseIdWithReset(uint256 _phaseId)
setTokenURI(uint256 tokenId, string _tokenURI)
setUnlock(bool bool_)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _royaltyReceiver, uint96 _royaltyFraction)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)