Metaverse At Night Colors
Verified contract
Active on
Ethereum with 22 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 "Metaverse At Night Colors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16026662 | 2 years ago | | | 0 | 0.00099951897 | |
| 15313535 | 2 years ago | | | 0 | 0.00042684694 | |
| 15103352 | 2 years ago | | | 0 | 0.0011715750 | |
| 15046860 | 2 years ago | | | 0 | 0.0021768061 | |
| 15008226 | 2 years ago | | | 0 | 0.0021845177 | |
| 14968003 | 2 years ago | | | 0 | 0.0037488923 | |
| 14898191 | 3 years ago | | | 0 | 0.0026493820 | |
| 14847963 | 3 years ago | | | 0 | 0.0014107847 | |
| 14847960 | 3 years ago | | | 0 | 0.0011091847 | |
| 14847448 | 3 years ago | | | 0 | 0.0012377862 |
ABI
ABI objects
Getter at block 21386421
baseURI() view returns (string)
https://metaatnight.s3.us-west-2.amazonaws.com/colors/meta/
cost() view returns (uint256)
1000000000000000000
name() view returns (string)
Metaverse At Night Colors
owner() view returns (address)
0xfc4ffa4410039e832898aa7366b8636926e46b8d
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
MANColors
totalSupply() view returns (uint256)
129
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isBanned(address _user) view returns (bool)
isGame(address _to) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
banned(address _user, bool _state)
gameMint(address _to, uint256 _mintAmount)
mint(address _to, uint256 _mintAmount) payable
mint(uint256 _mintAmount) 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 _newBaseURI)
setCost(uint256 _newCost)
setGame(address _to, bool _state)
setProxyRegistryAddress(address _newProxyRegistryAddress)
tokenWithdraw(address token)
transferFrom(address from, address to, uint256 tokenId)
transferFromBanned(address _to, uint256 tokenId)
transferFromSelf(address to, uint256 tokenId)
transferOwnership(address newOwner)
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 _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.