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 "BASEtoise"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20498667 | 2 months ago | | | 0 | 1.3502250e-7 | |
| 13934760 | 7 months ago | | | 0 | 0.0000016629533 | |
| 12911668 | 8 months ago | | | 0 | 9.4612098e-7 | |
| 12626899 | 8 months ago | | | 0 | 2.8086594e-7 | |
| 12427071 | 8 months ago | | | 0 | 0.0000068678024 | |
| 12418520 | 8 months ago | | | 0 | 0.0000068678024 | |
| 12408693 | 8 months ago | | | 0 | 0.0000099261634 | |
| 12408684 | 8 months ago | | | 0 | 0.000010524601 | |
| 12408678 | 8 months ago | | | 0 | 0.0000099261634 | |
| 12408671 | 8 months ago | | | 0 | 0.000010524601 |
ABI
ABI objects
Getter at block 22915784
BROKEN_ADDRESS() view returns (address)
0x000000000000000000000000000000000005e7ec
DEPOSIT_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
MINT_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
baseURI() view returns (string)
https://bafybeiccffmgrkzj4sqfprddvjojjplswlkmmo3lwqaaoozxgkfdjp5mom.ipfs.nftstorage.link/
contractURI() view returns (string)
decimals() view returns (uint256)
8
dev() view returns (address)
0x90d14b498030e7d8f8c7a60ac4be5ad39680355b
extension() view returns (string)
.json
maxSupply() view returns (uint256)
444400000000
minted() view returns (uint64)
100001258
name() view returns (string)
BASEtoise
skipMintingGlobal() view returns (bool)
false
supportsNFTinterface() view returns (bool)
false
symbol() view returns (string)
Btoise
telegram() view returns (string)
totalSupply() view returns (uint256)
444400000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
deposit(uint256[]) pure
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftBalanceOf(address account) view returns (uint256)
ownedNFTs(address, uint256) view returns (uint64)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint64[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeDev(address newDev)
initialize(bytes encodedParameters) returns (address)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setExtension(string newExtension)
setSkipMinting(bool newSkipMinting)
setSkipMintingGlobal(bool newSkipMintingGlobal)
setTelegram(string newTelegram)
toggelNFTinterface()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw()
withdraw(uint256[]) payable
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
Approval(address indexed owner, address indexed spender, uint256 value)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
ContractURIUpdated()
Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
UnsupportedReceiver()