Nuclear Nerds
Verified contract
Active on
Ethereum with 10,249 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 "Nuclear Nerds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21152938 | 9 days ago | | | 0 | 0.00052872595 | |
| 21122602 | 13 days ago | | | 0 | 0.00033302159 | |
| 21116149 | 14 days ago | | | 0 | 0.00025956913 | |
| 21107603 | 15 days ago | | | 0 | 0.00050284049 | |
| 21094587 | 17 days ago | | | 0 | 0.00046142410 | |
| 21083014 | 18 days ago | | | 0 | 0.00031190939 | |
| 21078201 | 19 days ago | | | 0 | 0.00051396229 | |
| 21044281 | 24 days ago | | | 0 | 0.00056540090 | |
| 21001444 | a month ago | | | 0 | 0.00036923331 | |
| 20999694 | a month ago | | | 0 | 0.00043496636 |
ABI
ABI objects
Getter at block 21213861
MAX_PER_TX() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
9000
RESERVES() view returns (uint256)
111
baseURI() view returns (string)
http://www.nuclearnerds.io/api/metadata/
jeffFromAccounting() view returns (address)
0x4956e8d931763b8ba08732f47efc2185183eae7e
name() view returns (string)
Nuclear Nerds
owner() view returns (address)
0xfdb0dee282b8d225403044d58acc87f951ba0ba3
priceInWei() view returns (uint256)
69000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
Nuclear Nerds
totalSupply() view returns (uint256)
8999
wastelandAddress() view returns (address)
0x0000000000000000000000000000000000000000
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
addressToMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getAllowance(string allowance, bytes32[] proof) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getScavengeRate(uint256 tokenId) view returns (uint256)
isApprovedForAll(address _owner, address operator) view returns (bool)
isOwnerOf(address account, uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchSafeTransferFrom(address _from, address _to, uint256[] _tokenIds, bytes data_)
batchTransferFrom(address _from, address _to, uint256[] _tokenIds)
burn(uint256 tokenId)
collectReserves()
flipProxyState(address proxyAddress)
publicMint(uint256 count) 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 _baseURI)
setProxyRegistryAddress(address _proxyRegistryAddress)
setWastelandAddress(address _wastelandAddress)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
togglePublicSale(uint256 _MAX_SUPPLY)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 count, uint256 allowance, bytes32[] proof) payable
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 _baseURI, address _proxyRegistryAddress, address _jeffFromAccounting)
This contract contains no fallback and receive objects.
This contract contains no error objects.