MAYG SYGNE
Verified contract
Active on
Ethereum with 3,246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 19 additional slots
Balances ($0.00)
No balances found for "MAYG SYGNE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139137 | 3 days ago | | | 0 | 0.00094217007 | |
| 21115030 | 6 days ago | | | 0 | 0.00034292415 | |
| 21113039 | 6 days ago | | | 0 | 0.00022893780 | |
| 21105411 | 7 days ago | | | 0 | 0.00010202046 | |
| 21101144 | 8 days ago | | | 0 | 0.0012934764 | |
| 21097041 | 8 days ago | | | 0 | 0.00021437481 | |
| 21096927 | 8 days ago | | | 0 | 0.00026775455 | |
| 21072210 | 12 days ago | | | 0 | 0.00061087046 | |
| 21071980 | 12 days ago | | | 0 | 0.00062421558 | |
| 21061557 | 13 days ago | | | 0 | 0.00042975793 |
ABI
ABI objects
Getter at block 21157432
_baseExtension() view returns (string)
.json
name() view returns (string)
MAYG SYGNE
owner() view returns (address)
0xfcdab49ddbaf1f446ac31867910cffc133211bdf
paused() view returns (bool)
false
symbol() view returns (string)
MAYG_221203
totalSupply() view returns (uint256)
5500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCIDForToken(uint256 tokenId) view returns (string)
getRaribleV2Royalties(uint256 id) view returns (struct LibPartPart[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) 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, bool approvalCheck)
mint(address _to, uint256 _quantity)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCIDforRange(string _cid, uint256 _rangeNo)
setMintConstraints(uint256 maxFistGenMintBatchSize, uint256 maxFirstGenTokens)
setRoyalties(uint256 _tokenId, address _royaltiesRecipientAddress, uint96 _percentageBasisPoints)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Received(address operator, address from, uint256 tokenId, bytes data, uint256 gas)
RoyaltiesSet(uint256 tokenId, struct LibPartPart[] royalties)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _cid)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()