Birthroom by NFT ART TOKYO
Verified contract
Active on
Ethereum with 165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "Birthroom by NFT ART TOKYO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18940781 | 10 months ago | | | 0 | 0.00098624320 | |
| 18360372 | a year ago | | | 0 | 0.00044631339 | |
| 17657216 | a year ago | | | 0 | 0.0019116557 | |
| 17532213 | a year ago | | | 0 | 0.00095459927 | |
| 17512009 | a year ago | | | 0 | 0.0027872163 | |
| 17507614 | a year ago | | | 0 | 0.0010045043 | |
| 17503347 | a year ago | | | 0 | 0.0016252686 | |
| 17496240 | a year ago | | | 0 | 0.00096683461 | |
| 17491948 | a year ago | | | 0 | 0.0077871190 | |
| 17485019 | a year ago | | | 0 | 0.0084134460 |
ABI
ABI objects
Getter at block 21212048
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
alMintPrice() view returns (uint256)
0
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6MTAwMCwgImZlZV9yZWNpcGllbnQiOiIweGY3M2I3MzNlNzQ1OWNmMWU3MzIxZWQ0NWFkN2FjMDg4OTNhZWJjMDQifQ==
deployer() view returns (address)
0xf73b733e7459cf1e7321ed45ad7ac08893aebc04
getPhaseId() view returns (uint256)
0
isAlSaleEnabled() view returns (bool)
false
isWlSaleEnabled() view returns (bool)
true
maxMintsPerALOT() view returns (uint256)
1
maxMintsPerWL() view returns (uint256)
1
mintable() view returns (uint256)
0
name() view returns (string)
Birthroom by NFT ART TOKYO
nowPhaseAl() view returns (uint256)
0
nowPhaseWl() view returns (uint256)
0
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xf73b733e7459cf1e7321ed45ad7ac08893aebc04
phaseId() view returns (uint256)
0
symbol() view returns (string)
BTR
wlMintPrice() view returns (uint256)
0
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)
isWhitelisted(string _passwd, bytes32[] proof_) view returns (bool)
locked(address to) view returns (bool)
maxMintsPerAL(uint256) view returns (uint256)
pswdMinted(string _passwd) 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)
wlMinted(address _address) view returns (uint256)
State-modifying
Events allowlistMint(uint256 _amount, 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_)
setWhitelistSaleEnable(bool bool_)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] proof_, string _passwd) payable
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 _ownerAdd)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)