RemasterNFT
Verified contract
Active on
Ethereum with 10,042 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x235b…7bb0
Balances ($0.00)
No balances found for "RemasterNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259628 | 3 days ago | | | 0 | 0.00047358485 | |
| 21226968 | 7 days ago | | | 0 | 0.00043407718 | |
| 21104763 | 24 days ago | | | 0 | 0.000087289200 | |
| 21099294 | 25 days ago | | | 0 | 0.00027669372 | |
| 20948631 | 2 months ago | | | 0 | 0.00025676380 | |
| 20768678 | 2 months ago | | | 0 | 0.000064178386 | |
| 20768677 | 2 months ago | | | 0 | 0.000064776251 | |
| 20766596 | 2 months ago | | | 0 | 0.00012881153 | |
| 20564897 | 3 months ago | | | 0 | 0.000084099163 | |
| 20546364 | 3 months ago | | | 0 | 0.000023829697 |
ABI
ABI objects
Getter at block 21280291
MAX_SUPPLY() view returns (uint256)
4444
_signing_var() view returns (string)
techies
buri() view returns (string)
https://assets.multibeasts.xyz/metadataFINAL/
isMintingEnabled() view returns (bool)
false
isNormalTransferEnabled() view returns (bool)
true
mintLimit() view returns (uint256)
2
mintPrice() view returns (uint256)
80000000000000000
name() view returns (string)
MultibeastsByHaas
owner() view returns (address)
0xa9b476604f8d8a6ef6ead03c7ffd40b8da2c9a79
paused() view returns (bool)
false
r2Contract() view returns (address)
0x235bfc0a6c3858e0ddea88afff386901c10d7bb0
symbol() view returns (string)
MTBST
totalSupply() view returns (uint256)
4443
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)
userMintCount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
fiatMint(address _to, uint256 numberOfTokens, bytes readSignature)
flipMintingState()
flipNormalTransferState()
mintPaidToken(bytes signature, uint256 numberOfTokens, bytes readSignature, uint8 _surveyCode) payable
pause()
r2Transfer(address from, address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setMintLimit(uint256 _mintLimit)
setMintPrice(uint256 _amount)
setR2Address(address _r2Address)
setURI(string _value)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address owner, uint256 indexed tokenId, uint8 surveyCode)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _variable, uint256 _mintLimit, uint256 _mintPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.