mintbaseplot
Verified contract
Active on
Base with 1,754 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 |
---|---|---|---|---|---|
BROGE | ERC-20 | 9.999K | -- | -- | |
MSB | ERC-20 | 299.189M | -- | -- | |
V | ERC-20 | 50K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21594091 | 10 days ago | | | 0 | 1.5218235e-7 | |
| 21502653 | 12 days ago | | | 0 | 1.5097119e-7 | |
| 21435909 | 13 days ago | | | 0 | 1.1428990e-7 | |
| 19313725 | 2 months ago | | | 0 | 0.000024317000 | |
| 19080803 | 2 months ago | | | 0 | 1.5007215e-7 | |
| 18303667 | 3 months ago | | | 0 | 1.1254019e-7 | |
| 17307549 | 4 months ago | | | 0 | 1.3849424e-7 | |
| 17223697 | 4 months ago | | | 0 | 1.5074242e-7 | |
| 17175207 | 4 months ago | | | 0 | 4.9849850e-7 | |
| 16212565 | 4 months ago | | | 0 | 0.000000054251202683 |
ABI
ABI objects
Getter at block 22010801 getAllToken() view returns (struct mintbaseplotDetail[])
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
initialPrice() view returns (uint256)
10000000000000000
name() view returns (string)
mintbaseplot
symbol() view returns (string)
MSBP
tokenReward() view returns (address)
0x4480b7cdfce6d21ba4af844a0207d7d9cfc606e2
totalSupply() view returns (uint256)
743
treasury() view returns (address)
0xc1a379ce769577008e5c0c3d8958088088584793
Read-only
balanceOf(address owner) view returns (uint256)
getAllTokenOfOwner(address _account) view returns (struct mintbaseplotDetail[])
getApproved(uint256 tokenId) view returns (address)
getLevel(uint256 _tokenid) view returns (uint256)
getPrice(uint256 _tokenid) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) 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)
claimStuckTokens(address token)
grantRole(bytes32 role, address account)
mint(uint256 _tokenid, string uri) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
updateTokenReward(address _token)
updateTreasury(address _treasury)
updateURI(uint256 _tokenid, string uri)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.