Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd468…489d
0xcdfb…652c
Balances ($584.54)
Native
Value
$584.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.16 | $3,653.37 |
$584.54 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17605200 | a year ago | | | 0 | 0.00082248222 | |
| 17605194 | a year ago | | | 0 | 0.00080038049 | |
| 17171342 | 2 years ago | | | 0 | 0.0028172850 | |
| 16717310 | 2 years ago | | | 0 | 0.00080571152 | |
| 16309014 | 2 years ago | | | 0 | 0.00085879837 | |
| 16307716 | 2 years ago | | | 0 | 0.00072201661 | |
| 14630742 | 3 years ago | | | 0.02 | 0.017553748 | |
| 14433877 | 3 years ago | | | 0.04 | 0.017324025 | |
| 14337394 | 3 years ago | | | 0 | 0.0021922392 | |
| 14331679 | 3 years ago | | | 0.04 | 0.0087057099 |
ABI
ABI objects
Getter at block 21313593
allowMint() view returns (bool)
false
allowWhitelistMint() view returns (bool)
true
assetMint() view returns (bool)
true
currentAssetsSupply() view returns (uint256)
0
currentNormieSupply() view returns (uint256)
211
freeAssetMint() view returns (bool)
true
maxAssetsSupply() view returns (uint256)
2000
maxNormieSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0x9d92584529ec154f7d3b0892ed9e78460546d10051fa68d84270d9b8b75b8f84
mintAssetsPrice() view returns (uint256)
10000000000000000
mintNormiePrice() view returns (uint256)
20000000000000000
name() pure returns (string)
NORMIES
paused() view returns (bool)
false
symbol() pure returns (string)
NORM
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimedFreeTokens(uint256) view returns (uint256)
exists(uint256 id) view returns (bool)
freeTokenMap(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
normieIdToNormie(uint256) view returns (uint32 skinType, uint32 hair, uint32 eyes, uint32 mouth, uint32 torso, uint32 pants, uint32 shoes, uint32 accessoryOne, uint32 accessoryTwo, uint32 accessoryThree)
normieOwner(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events cleanFreeTokenMap()
equipTrait(uint256 normieID, string traitType, uint256 traitID)
flipAllowMint()
flipAllowWhitelistMint()
flipAssetMint()
flipFreeAssetMint()
flipPaused()
mintAssets(uint256 amount) payable
mintNormie(uint256 amount) payable
normieHolderMint(uint256 tokenID)
ownerMintAssets(uint256[] tokenID, uint256[] amount)
removeTrait(uint256 normieID, string traitType)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMaxAssetsSupply(uint256 _maxAssetsSupply)
setMaxNormieSupply(uint256 _maxNormieSupply)
setMerkleRoot(bytes32 _merkleroot)
setMintAssetsPrice(uint256 _mintAssetsPrice)
setMintNormiePrice(uint256 _mintNormiePrice)
setPaymentAddr(address _addr)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
withdraw() payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address traitsContract, address _paymentaddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.