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 "MARRY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20744598 | 2 months ago | | | 0 | 0.00020998117 | |
| 19217070 | 10 months ago | | | 0 | 0.00049806643 | |
| 19217054 | 10 months ago | | | 0 | 0.00062493210 | |
| 19199844 | 10 months ago | | | 0 | 0.0013832841 | |
| 19199824 | 10 months ago | | | 0 | 0.0016501588 | |
| 19199562 | 10 months ago | | | 0 | 0.0034919764 | |
| 19199436 | 10 months ago | | | 0 | 0.0015588569 | |
| 19199427 | 10 months ago | | | 0 | 0.0016390662 | |
| 19199372 | 10 months ago | | | 0 | 0.0014465779 | |
| 19199354 | 10 months ago | | | 0 | 0.0017764755 |
ABI
ABI objects
Getter at block 21287803 deck() view returns (uint256[] slot_cardIDs, bool[] slotsUsed)
baseTokenURI() view returns (string)
ipfs://QmYkRmEDY1eewtQ1Cvr1v8gM16Fr5r2fWCDnd2BN6M84Mq/
decimals() view returns (uint8)
18
minted() view returns (uint256)
239
name() view returns (string)
MARRY
owner() view returns (address)
0xc11e3dab8ac240d6243079fafc568d62aecb9087
symbol() view returns (string)
SJDJSS
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
card_used_by_ID(uint256) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist()
setWhitelist(address target, bool state)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
MintExtended(address indexed to, uint256 indexed card)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
Unauthorized()
UnsafeRecipient()