Blank Token
Verified contract
Active on
Ethereum with 4,207 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 "Blank Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21107188 | a month ago | | | 0 | 0.00015551336 | |
| 20744979 | 2 months ago | | | 0 | 0.000094024814 | |
| 20675787 | 3 months ago | | | 0 | 0.000041950900 | |
| 20290401 | 5 months ago | | | 0 | 0.000077068972 | |
| 19872999 | 6 months ago | | | 0 | 0.00010450854 | |
| 19756631 | 7 months ago | | | 0 | 0.00024138402 | |
| 19619444 | 8 months ago | | | 0 | 0.0021554524 | |
| 19411317 | 9 months ago | | | 0 | 0.0038309887 | |
| 19068250 | 10 months ago | | | 0 | 0.00034758457 | |
| 19047676 | 10 months ago | | | 0 | 0.00036743502 |
ABI
ABI objects
Getter at block 21290562
MAX_ITEMS() view returns (uint256)
1400
allowancesSigner() view returns (address)
0x447ecf100a442a9f759507296631d89495c546be
baseURI() view returns (string)
ipfs://bafybeidtlan2v5gvi4mzqn3jte5ybpekj47tltzhfeaujqube6wmfpp7dy/
mergingActive() view returns (bool)
true
name() view returns (string)
Blank Token
nextTokenIndex() view returns (uint256)
1749
owner() view returns (address)
0x206795e06cb6d4fe633f5eed0449a36edf7aba16
saleState() view returns (bool)
true
symbol() view returns (string)
BLT
totalBurned() view returns (uint256)
698
totalSupply() view returns (uint256)
1051
Read-only
balanceOf(address owner) view returns (uint256)
createMessage(address account, uint256 nonce) view returns (bytes32)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address tokenOwner) view returns (uint256[])
usedAllowances(bytes32) view returns (bool)
validateSignature(address account, uint256 nonce, bytes signature) view returns (bytes32)
State-modifying
Events adminMint(address to, uint256 qty)
approve(address spender, uint256 id)
mergeTokens(uint256 tokenId1, uint256 tokenId2)
mint(address to, uint256 nonce, bytes signature)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setAllowancesSigner(address newSigner)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
switchMergeState()
switchSaleState()
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
withdraw(uint256 amt)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor(string _myBase)
This contract contains no fallback and receive objects.
This contract contains no error objects.