Savage Dogs Comics
Verified contract
Proxy
Active on
Ethereum with 944 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 43 additional slots
19 additional
variables
Balances ($0.00)
No balances found for "Savage Dogs Comics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20865418 | a month ago | | | 0.012 | 0.0039731178 | |
| 20852059 | 2 months ago | | | 0.012 | 0.0012184524 | |
| 20837644 | 2 months ago | | | 0.004 | 0.0048621236 | |
| 20837059 | 2 months ago | | | 0.004 | 0.0045771857 | |
| 20835269 | 2 months ago | | | 0 | 0.0090534180 | |
| 20835244 | 2 months ago | | | 0 | 0.0074504090 | |
| 20835197 | 2 months ago | | | 0 | 0.0036432491 | |
| 20835116 | 2 months ago | | | 0 | 0.0066635608 | |
| 20835066 | 2 months ago | | | 0 | 0.0012162458 | |
| 20253568 | 4 months ago | | | 0 | 0.000082342364 |
ABI
ABI objects
Getter at block 21181832
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
allowlists() view returns (uint256 currentStartId, uint256 count)
(currentStartId=0, count=26)
config() view returns (struct IConfigMint mintConfig, struct IConfigToken tokenConfig)
(mintConfig=(true, 1653598800, 1704063600, 10000, 500, 25, 60000000000000000), tokenConfig=())
contractType() pure returns (bytes32)
0x50726f7073436f6d696300000000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://Qma4v5VXwZRNL69AZsSTFzSBNdzARsJAVZNWHyZtT7PL1P
contractVersion() pure returns (uint8)
1
name() view returns (string)
Savage Dogs Comics
owner() view returns (address)
0x5c144e0518c5bfa5e4851ada7d4c7334e850e0f0
paused() view returns (bool)
false
project() view returns (address)
0x0000000000000000000000000000000000000000
receivingWallet() view returns (address)
0xbb1e9d2ff1488cffb657e0bee23ac59d5a55a47c
signatureVerifier() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SDCOMIC
totalSupply() view returns (uint256)
1889
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 minted_)
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
typeByTokenId(uint256) view returns (uint256)
State-modifying
Events addAllowlist(struct IAllowlistAllowlist _allowlist)
airdrop(address[] __to, uint256[] __quantities)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
fuse(uint256[] __inputTokenIDs, uint256[] __outputTokenTypeIDs, bytes signature)
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)
setSignatureVerifier(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)
Fused(address indexed account, string tokens)
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()
InsufficientFunds()
MerkleProofInvalid()
MintClosed()
MintQuantityInvalid()
MintZeroQuantity()