SwaggySeals
Verified contract
Active on
Ethereum with 284 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 "SwaggySeals"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16795905 | 2 years ago | | | 0 | 0.0022929225 | |
| 16794981 | 2 years ago | | | 0.001 | 0.0010151769 | |
| 16794615 | 2 years ago | | | 0 | 0.0011321464 | |
| 16794529 | 2 years ago | | | 0 | 0.0040044248 | |
| 16794520 | 2 years ago | | | 0 | 0.0031709175 | |
| 16794506 | 2 years ago | | | 0 | 0.0033945803 | |
| 16794483 | 2 years ago | | | 0 | 0.0036717349 | |
| 16794478 | 2 years ago | | | 0 | 0.0036316514 | |
| 16794460 | 2 years ago | | | 0 | 0.0014234983 | |
| 16794445 | 2 years ago | | | 0 | 0.0012288948 |
ABI
ABI objects
Getter at block 21218473
_maxFreeMintPerAddr() view returns (uint256)
1
_maxFreeMintSupply() view returns (uint256)
5000
_maxMintPerTx() view returns (uint256)
200
_maxSupply() view returns (uint256)
5000
_mintPrice() view returns (uint256)
4000000000000000
baseURI() view returns (string)
ipfs://bafybeig44tn3lhtp4vukte2hosolq5crj6hssfemb5avtazt3hr4lrnr4a/
devSupply() view returns (uint256)
5
devTotal() view returns (uint256)
5
name() view returns (string)
SwaggySeals
owner() view returns (address)
0xc911f5eca9be2fbc0de2eabe6e9b953814b41682
royaltyAdd() view returns (address)
0xc911f5eca9be2fbc0de2eabe6e9b953814b41682
symbol() view returns (string)
SWAG
totalSupply() view returns (uint256)
1117
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
devMint()
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
setTokenRoyalty(uint256 tokenId, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId) payable
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)
DevMintEvent(address ownerAddress, uint256 startWith, uint256 amountMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()