Holy Nephalem
Verified contract
Active on
Ethereum with 1,186 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 "Holy Nephalem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997394 | a month ago | | | 0 | 0.00022745160 | |
| 20658450 | 3 months ago | | | 0 | 0.000029383038 | |
| 20110435 | 6 months ago | | | 0 | 0.000084159112 | |
| 20019051 | 6 months ago | | | 0 | 0.00053241342 | |
| 19816897 | 7 months ago | | | 0 | 0.00016566431 | |
| 19814016 | 7 months ago | | | 0 | 0.00011799124 | |
| 19623640 | 8 months ago | | | 0 | 0.00076164621 | |
| 19259963 | 9 months ago | | | 0 | 0.0014059567 | |
| 19014043 | a year ago | | | 0 | 0.0013364191 | |
| 18967328 | a year ago | | | 0 | 0.00070596324 |
ABI
ABI objects
Getter at block 21314479
config() view returns (uint256, uint128, uint128, uint256, bool, bool)
(50000000000000000, 2, 2000, 2000, false, true)
maxMintsPerTxn() view returns (uint128)
2
maxSupply() view returns (uint128)
2000
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
Holy Nephalem
owner() view returns (address)
0x9910b1ade2eaf56aa318495ea0c6551765b2bd13
symbol() view returns (string)
NEPHALEMS
totalMinted() view returns (uint256)
2000
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[] ownerTokens)
State-modifying
Events addPayee(address payee, uint16 share)
approve(address to, uint256 tokenId) payable
distributeFunds()
mint(uint256 quantity) payable
ownerMint(uint256 quantity)
privateMint(uint256 quantity, bytes signature) payable
removePayee(address payee)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setAuthority(address auth)
setMaxMintsPerTxn(uint128 maxMints)
setMaxSupply(uint128 supply)
setMintPrice(uint256 price)
setPaused(bool pause)
setPrivatePaused(bool pause)
setTokenURI(string uri)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updatePayee(address payee, uint16 share)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()