Cigawrettes
Verified contract
Active on
Ethereum with 5,527 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 "Cigawrettes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203764 | 2 days ago | | | 0 | 0.00050365800 | |
| 21203763 | 2 days ago | | | 0 | 0.00050456520 | |
| 21197519 | 2 days ago | | | 0 | 0.00061980633 | |
| 21194968 | 3 days ago | | | 0 | 0.00095675657 | |
| 21194157 | 3 days ago | | | 0 | 0.0013147315 | |
| 21169808 | 6 days ago | | | 0 | 0.0011392715 | |
| 21159939 | 8 days ago | | | 0 | 0.0013179960 | |
| 21159923 | 8 days ago | | | 0 | 0.0016057502 | |
| 21152262 | 9 days ago | | | 0 | 0.00048237284 | |
| 21151313 | 9 days ago | | | 0 | 0.00043611260 |
ABI
ABI objects
Getter at block 21215424
name() view returns (string)
Cigawrettes
owner() view returns (address)
0xbc6f2648643f0d4595cc60210792158055432776
symbol() view returns (string)
CIG
totalSupply() view returns (uint256)
9998
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) payable
freeMint(uint256 quantity, bytes32[] proof) payable
mint(uint256 quantity) payable
renounceOwnership()
reserveMint(address[] to)
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 baseURI)
setMerkleRoot(bytes32 newMerkleRoot_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw(address to)
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(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()