McNiftyTrump
Verified contract
Active on
Ethereum with 1,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
17 additional
variables
Balances ($4,202.09)
Native
Value
$4,201.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.1 | $3,819.87 |
$4,201.86 | |
MATIC | ERC-20 | 0.376354 | $0.631044 |
$0.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21359672 | 3 days ago | | | 0 | 0.00071379565 | |
| 21327205 | 8 days ago | | | 0 | 0.0010372752 | |
| 21281811 | 14 days ago | | | 0 | 0.00090937834 | |
| 21263489 | 17 days ago | | | 0 | 0.00046890349 | |
| 21245810 | 19 days ago | | | 0 | 0.0010565105 | |
| 21219602 | 23 days ago | | | 0 | 0.00037689699 | |
| 21219539 | 23 days ago | | | 0 | 0.00040162967 | |
| 21190733 | a month ago | | | 0 | 0.00088118981 | |
| 21169294 | a month ago | | | 0 | 0.00093368232 | |
| 20974429 | 2 months ago | | | 0 | 0.00063984566 |
ABI
ABI objects
Getter at block 21381620
getSales() view returns (uint256, uint256, uint256, uint256)
(0, 0, 0, 1100000000000000000)
getSettings() view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256[], address[], bool, bool, bool, address[])
(100000000000000000, 100000000000000000, 4547, 2527, 40, 20, [], [], false, true, false, [])
isOwner() view returns (bool)
false
mantissa() view returns (uint256)
10000
name() view returns (string)
McNiftyTrump
owner() view returns (address)
0xf9c35da0cc8d59edef172204f64a71ba0ab2d710
status_airdrop() view returns (bool)
true
status_paused() view returns (bool)
false
status_presale() view returns (bool)
false
status_revealed() view returns (bool)
true
symbol() view returns (string)
MCNFT
totalSupply() view returns (uint256)
2527
xname() view returns (string)
McNiftyTrump
xsymbol() view returns (string)
MCNFT
Read-only
balanceOf(address owner) view returns (uint256)
getAirdropClaims(address addr, bool isMinted) view returns (uint256)
getAirdropSettings(address sender) view returns (bool, uint256, uint256, uint256, uint256, address[], address[])
getApproved(uint256 tokenId) view returns (address)
getCoCreators(uint256 tokenId) view returns (struct LetsgoNFTBaseAddreessWithPercent[])
getCollectionURL(address addr) view returns (string)
getCreator(uint256 tokenId) view returns (address)
getRoyalty(uint256 tokenId) view returns (uint256)
getURLs(address addr) view returns (string, string, string, string, string, string)
isApprovedForAll(address owner, address operator) view returns (bool)
map_airdropClaims(address) view returns (uint256)
map_airdropMintedClaims(address) view returns (uint256)
map_whitelistMinting(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
validateCoCreators(struct LetsgoNFTBaseAddreessWithPercent[] coCreators) view
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
bulkTransfer(uint256[] tokenIds, address receiver)
claimAirdrop(bytes32[] _merkleProof)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendAirdrop(address[] addresses)
setAirdrop(bool xAirdropEnabled, bytes32 xAirdropAddresses, bool updateAddress, uint256 xAirdropLimit)
setApprovalForAll(address operator, bool approved)
setPaused(bool _state)
setSettings(uint256 xPublicSaleCost, uint256 xPreSaleCost, uint256 xtotalNFTSupply, uint256 xMaxMintQuantity, uint256 xNFTPerAddressLimit, uint256[] xRoyalty, address[] xRoyaltyAddress, bool xPaused, bool xRevealed, bool xPreSaleEnabled)
setURL(string newBaseURL, string newNotRevealedURL, string newArtURL, string newHiddenArtURL)
setWhitelist(address[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.