NigaNegros
Verified contract
Active on
Ethereum with 577 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 "NigaNegros"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20145339 | 5 months ago | | | 0 | 0.0016536980 | |
| 19515889 | 8 months ago | | | 0 | 0.00082186754 | |
| 19502248 | 8 months ago | | | 0 | 0.00076707394 | |
| 19430603 | 8 months ago | | | 0 | 0.0022043797 | |
| 18553803 | a year ago | | | 0 | 0.00087400239 | |
| 18465015 | a year ago | | | 0 | 0.0026074349 | |
| 18446857 | a year ago | | | 0 | 0.00043145250 | |
| 18294460 | a year ago | | | 0 | 0.00033075897 | |
| 18218757 | a year ago | | | 0 | 0.00045469626 | |
| 18210469 | a year ago | | | 0 | 0.00032733100 |
ABI
ABI objects
Getter at block 21203471
MAX_SUPPLY() view returns (uint256)
20000
baseURI() view returns (string)
ipfs://QmRtHLovEjkWH81iqsa2uRp7RLGQrQYwx9omMd1qeUUcae/
etherMintPrice() view returns (uint256)
10000000000000000
miladyMaker() view returns (address)
0x5af0d9827e0c53e4799bb226655a1de152a425a5
name() view returns (string)
NigaNegros
owner() view returns (address)
0x5aa4910d42cbadddc50866a44dca63738a4c30f7
pepeLiberationArmy() view returns (address)
0x34cadc2ff14d57d6c3f806b5d798c6a27642af2e
symbol() view returns (string)
NN
totalSupply() view returns (uint256)
1340
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)
tokenURI(uint256 tokenID) view returns (string)
usedNFTs(address, uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintWithEther(uint256 paidAmount) payable
mintWithNFT(address[] nfts, uint256[][] tokenIds)
mintWithNFTEther(address[] nfts, uint256[][] tokenIds, uint256 paidAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setEtherMintPrice(uint256 _etherMintPrice)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _owner, address _miladyMaker, address _pepeLiberationArmy)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()