CryptoSaga Card
Verified contract
Active on
Ethereum with 2,182 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc86…f150
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10938632 | 4 years ago | | | 0 | 0.037736328 | |
| 9951288 | 5 years ago | | | 0 | 0.00020010759 | |
| 7701844 | 6 years ago | | | 0 | 0.00026285451 | |
| 7689346 | 6 years ago | | | 0 | 0.00026407443 | |
| 7678117 | 6 years ago | | | 0 | 0.00026285451 | |
| 7663736 | 6 years ago | | | 0 | 0.00026285451 | |
| 7658739 | 6 years ago | | | 0 | 0.00051540100 | |
| 7651023 | 6 years ago | | | 0 | 0.00026407443 | |
| 7644719 | 6 years ago | | | 0 | 0.00026407443 | |
| 7636819 | 6 years ago | | | 0 | 0.00026285451 |
ABI
ABI objects
Getter at block 21261894
name() view returns (string)
CryptoSaga Card
numberOfTokenId() view returns (uint256)
1965
owner() view returns (address)
0x6589adf7720a5b5f80bd391c0bbf2148d00be5ae
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CARD
totalSupply() view returns (uint256)
135
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address)
rankOf(uint256 _tokenId) view returns (uint8)
tokenIdToRank(uint256) view returns (uint8)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
claimOwnership()
grantAccessMint(address _address)
mint(address _beneficiary, uint256 _amount, uint8 _rank)
revokeAccessMint(address _address)
setCryptoSagaCardSwapContract(address _contractAddress)
swap(uint256 _tokenId) returns (uint256)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
CardSwap(address indexed _by, uint256 _tokenId, uint256 _rewardId)
Mint(address indexed _to, uint256 indexed _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.