Codex of Evil
Verified contract
Active on
Ethereum with 1,978 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 "Codex of Evil"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15433475 | 2 years ago | | | 0 | 0.00033642838 | |
| 15308262 | 2 years ago | | | 0 | 0.00083679702 | |
| 15203624 | 2 years ago | | | 0 | 0.00040526702 | |
| 15190315 | 2 years ago | | | 0 | 0.00044756394 | |
| 15124735 | 2 years ago | | | 0 | 0.00054638906 | |
| 15116125 | 2 years ago | | | 0 | 0.00095671592 | |
| 15110195 | 2 years ago | | | 0 | 0.00063845329 | |
| 15108043 | 2 years ago | | | 0 | 0.00033293245 | |
| 15106799 | 2 years ago | | | 0 | 0.00050149969 | |
| 15103282 | 2 years ago | | | 0 | 0.00089126890 |
ABI
ABI objects
Getter at block 21093117
maxFreeSupply() view returns (uint256)
1000
maxPerAddressDuringFreeMint() view returns (uint256)
1
maxPerAddressDuringMint() view returns (uint256)
50
maxPerTxDuringMint() view returns (uint256)
50
maxSupply() view returns (uint256)
3256
name() view returns (string)
Codex of Evil
owner() view returns (address)
0xd9a109539ac32dfca1ef834a5682706c5b059487
price() view returns (uint256)
1000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
Codex of Evil
totalSupply() view returns (uint256)
3256
Read-only
balanceOf(address owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
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)
cutMaxSupply(uint256 _amount)
flipSale()
freeMint(uint256 _quantity)
mint(uint256 _quantity) 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)
setMaxFreePerAddress(uint256 _amount)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance() 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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()