Boonji Project
Verified contract
Active on
Ethereum with 7,301 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOONJI | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21211751 | 5 hours ago | | | 0 | 0.00049720405 | |
| 21207913 | 18 hours ago | | | 0 | 0.00042650240 | |
| 21190319 | 3 days ago | | | 0 | 0.00065235434 | |
| 21172728 | 6 days ago | | | 0 | 0.0019366278 | |
| 21172584 | 6 days ago | | | 0 | 0.00078414112 | |
| 21172584 | 6 days ago | | | 0 | 0.0013742165 | |
| 21171893 | 6 days ago | | | 0 | 0.0011402353 | |
| 21170010 | 6 days ago | | | 0 | 0.0011781989 | |
| 21153866 | 8 days ago | | | 0 | 0.00065547386 | |
| 21075204 | 19 days ago | | | 0 | 0.00050569481 |
ABI
ABI objects
Getter at block 21213263
ERC712_VERSION() view returns (string)
1
baseTokenURI() view returns (string)
https://storage.googleapis.com/boonjiproject_metadata/
currentTokenId() view returns (uint256)
11111
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0xf812900487186d35399e7686d8e71b053767a74ca970927966460d3d3000d350
lastTokenId() view returns (uint256)
11111
name() view returns (string)
Boonji Project
owner() view returns (address)
0xbc7ec3336e50894128aeaa42ad87bd3f2ecf1803
symbol() view returns (string)
BOONJI
totalSupply() view returns (uint256)
11111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
operators(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeLastTokenId(uint256 _lastTokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mint(address _to)
mintBatch(address _to, uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBaseURI(string __baseURI)
updateOperator(address _operatorAddress, bool _status)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress, string _name, string _symbol, string __baseTokenURI, address[] _operators)
This contract contains no fallback and receive objects.
This contract contains no error objects.