CryptoSagaCardSwapVer2
Verified contract
Active on
Ethereum with 1,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xabc7…4d5f
0x59bc…0e99
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
G | ERC-20 | 64.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6084999 | 6 years ago | | | 0 | 0.000085323000 | |
| 6083140 | 6 years ago | | | 0 | 0.0010696700 | |
| 6077454 | 6 years ago | | | 0 | 0.00051983500 | |
| 6067401 | 6 years ago | | | 0 | 0.00015291000 | |
| 6067379 | 6 years ago | | | 0 | 0.00012742500 | |
| 6066076 | 6 years ago | | | 0 | 0.0010673100 | |
| 6060386 | 6 years ago | | | 0 | 0.00051865500 | |
| 6060386 | 6 years ago | | | 0 | 0.00053483500 | |
| 6060384 | 6 years ago | | | 0 | 0.00053126300 | |
| 6060382 | 6 years ago | | | 0 | 0.00053483500 |
ABI
ABI objects
Getter at block 21309377
ethPrice() view returns (uint256)
20000000000000000
goldContract() view returns (address)
0x59bcded9c87ce46ec97c13640bfc0390ceb00e99
goldPrice() view returns (uint256)
100000000000000000000
heroContract() view returns (address)
0xabc7e6c01237e8eef355bba2bf925a730b714d5f
mileagePointPrice() view returns (uint256)
100
owner() view returns (address)
0x6589adf7720a5b5f80bd391c0bbf2148d00be5ae
paused() view returns (bool)
true
wallet() view returns (address)
0x6ea5f3284ccb1a1878167c640a42b3c9b6e5930b
Read-only
addressToFreeSummonTimestamp(address) view returns (uint256)
addressToMileagePoint(address) view returns (uint256)
blackList(uint32) view returns (bool)
getFreeSummonTimestamp(address _address) view returns (uint256)
getMileagePoint(address _address) view returns (uint256)
State-modifying
Events addMileagePoint(address _beneficiary, uint256 _point)
pause()
payWithDailyFreePoint()
payWithEth(uint256 _amount, address _referralAddress) payable
payWithGold(uint256 _amount)
payWithMileagePoint(uint256 _amount)
setBlacklist(uint32 _classId, bool _value)
setCardContract(address _contractAddress)
setEthPrice(uint256 _value)
setGoldPrice(uint256 _value)
setMileagePointPrice(uint256 _value)
swapCardForReward(address _by, uint8 _rank) returns (uint256)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
constructor(address _heroAddress, address _goldAddress, address _cardAddress, address _walletAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.