Jesus
Verified contract
Proxy
Active on
Ethereum with 1,343 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 1 additional slot
Balances ($0.77)
Native
Value
$0.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00025 | $3,061.55 |
$0.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19266407 | 9 months ago | | | 0 | 0.00058565757 | |
| 19210760 | 9 months ago | | | 0 | 0.00095322750 | |
| 18871884 | a year ago | | | 0 | 0.00098304287 | |
| 18763688 | a year ago | | | 0 | 0.0019238979 | |
| 18721122 | a year ago | | | 0 | 0.0015960463 | |
| 18721122 | a year ago | | | 0 | 0.0015960463 | |
| 18703864 | a year ago | | | 0 | 0.0012368736 | |
| 18484911 | a year ago | | | 0 | 0.0016521538 | |
| 18134288 | a year ago | | | 0 | 0.00050236339 | |
| 18076212 | a year ago | | | 0 | 0.00077968656 |
ABI
ABI objects
Getter at block 21189208
developer() view returns (address)
0x1569ab627df0c74e55b8e099a3f2b7d133665186
developerAllotment() view returns (uint256)
0
mintPrice() view returns (uint256)
0
minted() view returns (uint16)
4444
name() view returns (string)
Jesus
owner() view returns (address)
0xe01ac319dfcdf8879858b47cdc46411ffde67672
presaleMint() view returns (uint256 startDate, uint256 endDate, uint16 totalMinted, uint16 maxMinted)
(startDate=1641924000, endDate=1642006800, totalMinted=119, maxMinted=4444)
publicMint() view returns (uint256 startDate, uint16 maxPerTransaction)
(startDate=1642010400, maxPerTransaction=4444)
symbol() view returns (string)
JESUS
totalSupply() view returns (uint16)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPremintHash(address minter, uint16 quantity, uint16 nonce) pure returns (bytes32)
getPresaleMints(address user) view returns (uint16)
isApprovedForAll(address owner, address operator) view returns (bool)
lastMintNonce(address) view returns (uint16)
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)
burn(uint256 tokenId)
mint(uint16 quantity) payable
premint(uint16 quantity, uint16 nonce, bytes signature) payable
renounceDevelopership()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setSigner(address signer)
transferDevelopership(address newDeveloper)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMintPrice(uint256 price)
updatePresaleMint(uint256 startDate, uint256 endDate, uint16 maxMinted)
updatePublicMint(uint16 maxPerTransaction, uint256 startDate)
withdrawDeveloper(uint256 amount)
withdrawOwner(uint256 amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DevelopershipTransferred(address indexed previousDeveloper, address indexed newDeveloper)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paid(address sender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdraw(address recipient, uint256 amount)
constructor(address devAddress, uint16 maxSupply, uint256 price, address signer, uint256 presaleMintStart, uint256 presaleMintEnd, uint16 maxPresale, uint256 publicMintStart, uint16 publicTransactionMax)
receive()
PRBMath__MulDivFixedPointOverflow(uint256 prod1)