CryptoCart V2
Verified contract
Active on
Ethereum with 2,521 txns
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 "CryptoCart V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292340 | 7 hours ago | | | 0 | 0.00040567675 | |
| 21285859 | a day ago | | | 0 | 0.00040082911 | |
| 21275310 | 3 days ago | | | 0 | 0.00042612201 | |
| 21268296 | 4 days ago | | | 0 | 0.00049517087 | |
| 21265123 | 4 days ago | | | 0 | 0.00086110047 | |
| 21265047 | 4 days ago | | | 0 | 0.00086380516 | |
| 21260560 | 5 days ago | | | 0 | 0.00046795724 | |
| 21260341 | 5 days ago | | | 0 | 0.00032656792 | |
| 21258832 | 5 days ago | | | 0 | 0.00032661821 | |
| 21257406 | 5 days ago | | | 0 | 0.00042682893 |
ABI
ABI objects
Getter at block 21294396
decimals() view returns (uint8)
18
editors() view returns (address)
0xa00aff46f63decaf45fcbdd1119794a201b37841
name() view returns (string)
CryptoCart V2
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CCv2
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0xbebc3520759bf96f1fe400f792271c325eaa9c49
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
vaultAddress() view returns (address)
0x15e54c22f4195142222ed7130521e9636ec3ccec
vaultFee() view returns (uint8)
200
Read-only
_isExcludedFromFees(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferEditorRole(address newEditor)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
EditorRoleTransferred(address indexed previousEditor, address indexed newEditor)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _vaultAddress)
receive()
This contract contains no error objects.