Base Mint Record
Verified contract
Active on
Base with 136 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 "Base Mint Record"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3216010 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3216008 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3216006 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3216004 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3216002 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3216000 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3215998 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3215996 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3215994 | a year ago | | | 0.00003 | 0.000033797600 | |
| 3215992 | a year ago | | | 0.00003 | 0.000033797600 |
ABI
ABI objects
Getter at block 22828814
getTotalSupply() view returns (uint256)
143
maxSupply() view returns (uint256)
1000000
name() view returns (string)
Base Mint Record
owner() view returns (address)
0x7e374a598a934045bded13f4aa1b1cbc52addcdf
paused() view returns (bool)
false
salePrice() view returns (uint256)
30000000000000
symbol() view returns (string)
MINTREC
totalSupply() view returns (uint256)
143
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to, uint256 _quantity)
approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxSupply(uint256 _maxSupply)
setPaused(bool _state)
setSalePrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
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 tokenId)
constructor(string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.