CARD.STARTER
Verified contract
Active on
Ethereum with 44,409 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,681.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.105K | $1.00 |
$1,105 | |
WETH | ERC-20 | 0.1 | $3,552.55 |
$355.26 | |
ORAI | ERC-20 | 11.125487 | $10.10 |
$112.37 | |
EFI | ERC-20 | 2.463K | $0.044319 |
$109.16 | |
CARDS | ERC-20 | 1.068075K | -- | -- | |
CARDSV2 | ERC-20 | 1.068075K | -- | -- | |
10SET | ERC-20 | 884.916462 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276379 | 2 days ago | | | 0 | 0.00038650843 | |
| 21275072 | 2 days ago | | | 0 | 0.00039557671 | |
| 21268540 | 3 days ago | | | 0 | 0.00050353993 | |
| 21259515 | 4 days ago | | | 0 | 0.00053220597 | |
| 21251114 | 5 days ago | | | 0 | 0.0013988679 | |
| 21219916 | 9 days ago | | | 0 | 0.00054719834 | |
| 21218058 | 10 days ago | | | 0 | 0.00067132188 | |
| 21206990 | 11 days ago | | | 0 | 0.00045746395 | |
| 21203261 | 12 days ago | | | 0 | 0.00053981849 | |
| 21202985 | 12 days ago | | | 0 | 0.00062526843 |
ABI
ABI objects
Getter at block 21287662
decimals() view returns (uint8)
18
name() view returns (string)
CARD.STARTER
owner() view returns (address)
0xcfd68c54f5632aba6c79154b1c37e5724f2c360f
symbol() view returns (string)
CARDS
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRestrictionAmount(uint256 amount)
setTradingStart(uint256 time)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistAccount(address account)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.