TornadoCORE
Verified contract
Active on
Ethereum with 2,641 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5c69…aa6f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TCORE | ERC-20 | 25.248981 | -- | -- | |
EUR | ERC-20 | 20 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299092 | 2 days ago | | | 0 | 0.00018595990 | |
| 21294964 | 2 days ago | | | 0 | 0.00036493912 | |
| 21294963 | 2 days ago | | | 0 | 0.00036145910 | |
| 21280625 | 5 days ago | | | 0 | 0.0011133490 | |
| 21280606 | 5 days ago | | | 0 | 0.00093167067 | |
| 21280602 | 5 days ago | | | 0 | 0.00098167601 | |
| 21278524 | 5 days ago | | | 0 | 0.00062488800 | |
| 21276727 | 5 days ago | | | 0 | 0.00024419757 | |
| 21276664 | 5 days ago | | | 0 | 0.00034351793 | |
| 21275263 | 5 days ago | | | 0 | 0.00054844345 |
ABI
ABI objects
Getter at block 21312860 getSecondsLeftInLiquidityGenerationEvent() view returns (uint256)
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
LPGenerationCompleted() view returns (bool)
true
LPperETHUnit() view returns (uint256)
35800006981002041622
contractStartTimestamp() view returns (uint256)
1605788010
decimals() view returns (uint8)
18
feeDistributor() view returns (address)
0x42a43cd4a19eabe7775ea261e4ecac4cbc2acc3a
initialSupply() view returns (uint256)
4000000000000000000000
liquidityGenerationOngoing() view returns (bool)
false
liquidityGenerationParticipationAgreement() view returns (string)
I agree that the developer and affiliated parties of TCORE team are not responsible for your funds. This project is experimental, DYOR.
name() view returns (string)
TornadoCORE
owner() view returns (address)
0x000000000000000000000000000000000000dead
symbol() view returns (string)
TCORE
tokenUniswapPair() view returns (address)
0x39c0edef530d284b8f7820061114157c5bd78093
totalETHContributed() view returns (uint256)
3121000000000000000
totalLPTokensMinted() view returns (uint256)
111731821787707371904
totalSupply() view returns (uint256)
10250200000000000000000
transferCheckerAddress() view returns (address)
0x9c5ad35c0adc42e996e5f7c3d6681b9e2807c700
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
ethContributed(address) view returns (uint256)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
isMinter(address) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events addLiquidity(bool agreesToTermsOutlinedInLiquidityGenerationParticipationAgreement) payable
addLiquidityToUniswapTCORExWETHPair()
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimLPTokens()
createUniswapPairMainnet() returns (address)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
emergencyDrain72hAfterLiquidityGenerationEventIsDone()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setFeeDistributor(address _feeDistributor)
setMinter(address _minter, bool _minterStatus)
setShouldTransferChecker(address _transferCheckerAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
LPTokenClaimed(address dst, uint256 value)
LiquidityAddition(address indexed dst, uint256 value)
Log(string log)
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.