This Is Murica NFT
Verified contract
Active on
Ethereum with 13,320 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "This Is Murica NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20713236 | 2 months ago | | | 0 | 0.00022686124 | |
| 20615776 | 3 months ago | | | 0 | 0.000053277400 | |
| 20590465 | 3 months ago | | | 0 | 0.000025111884 | |
| 20320648 | 4 months ago | | | 0 | 0.00035861277 | |
| 20288538 | 4 months ago | | | 0 | 0.000057205572 | |
| 20042710 | 5 months ago | | | 0 | 0.00077338583 | |
| 20042709 | 5 months ago | | | 0 | 0.00083153724 | |
| 19871458 | 6 months ago | | | 0 | 0.000099530791 | |
| 19673609 | 7 months ago | | | 0 | 0.00035166633 | |
| 19673606 | 7 months ago | | | 0 | 0.00034795259 |
ABI
ABI objects
Getter at block 21230238
cost() view returns (uint256)
7000000000000000
maxFree() view returns (uint256)
2222
maxSupply() view returns (uint256)
4444
merkleRoot() view returns (bytes32)
0xf9c0d0cf699ff1969811a9ea49d113b089913dfedd2e574d0b6af17f784efa93
name() view returns (string)
This Is Murica NFT
owner() view returns (address)
0xb552802da817612ba32c66a94ce7d6cf663bb38a
paused() view returns (bool)
false
publicMaxPerTx() view returns (uint256)
1
publicMaxPerWallet() view returns (uint256)
4
sellingStep() view returns (uint8)
3
symbol() view returns (string)
Murican
totalFree() view returns (uint256)
985
totalReleased() view returns (uint256)
8981000000000000000
totalShares() view returns (uint256)
1000
totalSupply() view returns (uint256)
4444
wlMaxPerTx() view returns (uint256)
1
wlMaxPerWallet() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
claimedMint(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getMintInfos(address _account) view returns (uint256[11])
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _account, bytes32[] _proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
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)
totalReleased(address token) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
pause(bool _state)
release(address account)
release(address token, address account)
releaseAll()
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)
setCost(uint256 _newCost)
setMaxFree(uint256 _maxfree)
setMerkleRoot(bytes32 _merkleRoot)
setPublicMaxPerTx(uint256 _publicMaxPerTx)
setPublicMaxPerWallet(uint256 _publicMaxPerWallet)
setStep(uint256 _step)
setWlMaxPerTx(uint256 _wlMaxPerTx)
setWlMaxPerWallet(uint256 _wlMaxPerWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _proof) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseURI, bytes32 _merkleRoot)
receive()
This contract contains no error objects.