WORMHOLES
Verified contract
Proxy
Active on
Ethereum with 3,399 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 41 additional slots
18 additional
variables
Balances ($0.00)
No balances found for "WORMHOLES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18849586 | a year ago | | | 0 | 0.0014794994 | |
| 16664525 | 2 years ago | | | 0 | 0.0012674233 | |
| 16502881 | 2 years ago | | | 0 | 0.00078930756 | |
| 16489132 | 2 years ago | | | 0 | 0.00081406020 | |
| 16489116 | 2 years ago | | | 0 | 0.00087356256 | |
| 16488798 | 2 years ago | | | 0 | 0.00088490640 | |
| 16488791 | 2 years ago | | | 0 | 0.00092944515 | |
| 16488791 | 2 years ago | | | 0 | 0.00092944515 | |
| 16488791 | 2 years ago | | | 0 | 0.00092944515 | |
| 16285759 | 2 years ago | | | 0 | 0.00084891698 |
ABI
ABI objects
Getter at block 21388092
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=2)
config() view returns (struct IConfigMint mintConfig, struct IConfigToken tokenConfig)
(mintConfig=(true, 0, 1665806340, 2000, 1, 1, 0), tokenConfig=())
contractType() pure returns (bytes32)
0x50726f707345524337323141496e746572616374697665000000000000000000
contractURI() view returns (string)
ipfs://bafkreieqlqnrgkzrza7rxemlpmhjcrnlgucn7wvwze2i645ok6jwbnhlva
contractVersion() pure returns (uint8)
2
name() view returns (string)
WORMHOLES
owner() view returns (address)
0xab60a6c17060392d4e85f291383cdfbea9b1f341
paused() view returns (bool)
false
project() view returns (address)
0x0000000000000000000000000000000000000000
rWallet() view returns (address)
0x04bae4b28bd96d4a3d01839e1379bec93ca762b3
receivingWallet() view returns (address)
0x04bae4b28bd96d4a3d01839e1379bec93ca762b3
symbol() view returns (string)
WORMHOLE
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getAllowlistById(uint256 _allowlistId) view returns (struct IAllowlistAllowlist allowlist)
getApproved(uint256 tokenId) view returns (address)
getMintedByAllowlist(uint256 _allowlistId) view returns (uint256 mintedBy)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasMinRole(bytes32 _role) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
minted(address) view returns (uint256)
mintedByAllowlist(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMinter(uint256) view returns (address)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events addAllowlist(struct IAllowlistAllowlist _allowlist)
airdrop(address[] __to, uint256[] __quantities)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _baseURI, address[] _trustedForwarders, address _receivingWallet, address _accessRegistry)
mint(uint256[] _quantities, bytes32[][] _proofs, uint256[] _allotments, uint256[] _allowlistIds) payable
multicall(bytes[] data) returns (bytes[] results)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAccessRegistry(address _accessRegistry)
setAllowlists(struct IAllowlistAllowlist[] _allowlists)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setConfig(struct IConfigConfig _config)
setContractURI(string _uri)
setOwner(address _newOwner)
setProject(address _project)
setReceivingWallet(address _address)
setRoyalty(uint96 _royalty)
setRoyaltyWallet(address _address)
transferFrom(address from, address to, uint256 tokenId)
unpause()
updateAllowlistByIndex(struct IAllowlistAllowlist _allowlist, uint256 i)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
Minted(address indexed account, string tokens)
OwnerUpdated(address prevOwner, address newOwner)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AllowlistInactive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientFunds()
MerkleProofInvalid()
MintClosed()
MintQuantityInvalid()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()