Cult Disciples
Verified contract
Active on
Ethereum with 587 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 "Cult Disciples"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16671413 | 2 years ago | | | 0 | 0.0025294952 | |
| 16307931 | 2 years ago | | | 0 | 0.00072681963 | |
| 16298054 | 2 years ago | | | 0 | 0.00080964042 | |
| 16065674 | 2 years ago | | | 0 | 0.00051532342 | |
| 15901407 | 2 years ago | | | 0 | 0.00067936217 | |
| 15856263 | 2 years ago | | | 0 | 0.00096526671 | |
| 15838736 | 2 years ago | | | 0 | 0.00072950077 | |
| 15832371 | 2 years ago | | | 0 | 0.00062152548 | |
| 15829454 | 2 years ago | | | 0 | 0.00053618242 | |
| 15822341 | 2 years ago | | | 0 | 0.00060385859 |
ABI
ABI objects
Getter at block 21210957
MINT_PRICE() view returns (uint256)
10000000000000000
name() view returns (string)
Cult Disciples
owner() view returns (address)
0x301356f108431cc858d1f622b6f4305acb6434b1
paused() view returns (bool)
false
symbol() view returns (string)
CULT
totalSupply() view returns (uint256)
1111
uriPrefix() view returns (string)
ipfs://bafybeickjylgs7jz3pgmy36oi26ejqg256gupgnt4qcjksgfqrpyjeaeey/
uriSuffix() view returns (string)
.json
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)
mint(uint256 quantity) payable
mintForAddress(uint256 quantity, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintPrice(uint256 _MINT_PRICE)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()