The Butterfly Cult
Verified contract
Proxy
Active on
Ethereum with 415 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "The Butterfly Cult"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15416748 | 2 years ago | | | 0 | 0.0016345825 | |
| 15396102 | 2 years ago | | | 0 | 0.00072886917 | |
| 15390691 | 2 years ago | | | 0 | 0.0011932062 | |
| 15390437 | 2 years ago | | | 0 | 0.00059391768 | |
| 15390137 | 2 years ago | | | 0 | 0.00064560895 | |
| 15389963 | 2 years ago | | | 0 | 0.0015066913 | |
| 15389787 | 2 years ago | | | 0 | 0.00071451744 | |
| 15389784 | 2 years ago | | | 0 | 0.00051063351 | |
| 15388132 | 2 years ago | | | 0 | 0.00030011523 | |
| 15388082 | 2 years ago | | | 0 | 0.00076101932 |
ABI
ABI objects
Getter at block 21274395
URI() view returns (string)
config() view returns (string placeholder, string base, uint64 supply, bool permanent)
(placeholder=ipfs://bafkreihnhi2s5sqp5efncnw6kfwipz25irpgxpmvh6hokzjzj5tgef3psq, base=ipfs://bafybeicxcgclinlqrtiml7ac4mce53zmbdk6umrja4rjjx42mbprorncy4/, supply=500, permanent=true)
name() view returns (string)
The Butterfly Cult
nextId() view returns (uint256)
501
owner() view returns (address)
0xd8ea51677b2fdb6ad528ac07d4f264f2b7545aa0
royalty() view returns (address)
0xf0ec83a355eca8539d6b4ad1066c3bc6ea9ef6c3
symbol() view returns (string)
TBC
withdrawer() view returns (address account, bool permanent)
(account=0xd8ea51677b2fdb6ad528ac07d4f264f2b7545aa0, permanent=false)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
invite(bytes32) view returns (uint128 price, uint64 start, uint64 limit)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
gift(address _receiver, uint256 _count)
initialize(string name, string symbol, struct F0Config _config)
mint(struct F0Auth auth, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(struct F0Config _config)
setInvite(bytes32 _key, bytes32 _cid, struct F0Invite _invite)
setInvites(struct F0Invitelist[] invitelist)
setNS(string name_, string symbol_)
setRoyalty(address _address)
setURI(string _uri)
setWithdrawer(struct F0Withdrawer _withdrawer)
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)
Configured(struct F0Config config)
Invited(bytes32 indexed key, bytes32 indexed cid)
NSUpdated(string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawerUpdated(struct F0Withdrawer withdrawer)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.