CultOfETH level 2
Verified contract
Active on
Ethereum with 2,022 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 "CultOfETH level 2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17745916 | a year ago | | | 0 | 0.0030994011 | |
| 17745913 | a year ago | | | 0 | 0.0029039352 | |
| 17668155 | a year ago | | | 0 | 0.0027479919 | |
| 17651609 | a year ago | | | 0 | 0.00058010997 | |
| 17442923 | a year ago | | | 0 | 0.0031749491 | |
| 17295107 | 2 years ago | | | 0 | 0.0085201705 | |
| 17148724 | 2 years ago | | | 0 | 0.0046996294 | |
| 17148722 | 2 years ago | | | 0 | 0.0053346684 | |
| 17148720 | 2 years ago | | | 0 | 0.0047640258 | |
| 17148717 | 2 years ago | | | 0 | 0.0048833298 |
ABI
ABI objects
Getter at block 21274840
enabled() view returns (bool)
true
name() view returns (string)
CultOfETH level 2
owner() view returns (address)
0x013af764bac95b905a107ddfaf22e37c5a5cf48a
sacrificeAmount() view returns (uint256)
5
symbol() view returns (string)
CULTETH2
totalMinted() view returns (uint256)
1823
totalSupply() view returns (uint256)
79
uri() view returns (string)
https://level5000-api.cultofeth.com/nft/
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)
State-modifying
Events approve(address to, uint256 tokenId)
pause()
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
sacrifice(uint256[] tokens)
sacrificeFromNextLvl(uint256[] tokens, address tokenOwner)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setNextLvlContract(address _nextLevelContract)
setPreviousLvlContract(address _previousLevelContract)
start()
transferFrom(address from, 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(address _previousLevelContract, string _name, string _symbol, string _uri, uint256 _sacrificeAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()