TacoToken
Verified contract
Active on
Ethereum with 10,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,176.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 400 | $10.44 |
$4,176 | |
DBD | ERC-20 | 22 | $0.002352 |
$0.05 | |
TACO | ERC-20 | 118.24974K | -- | -- | |
TACO | ERC-20 | 800 | -- | -- | |
MAHA | ERC-20 | 99.58674 | -- | -- | |
FOL | ERC-20 | 3 | -- | -- | |
PIZZA | ERC-20 | 1 | -- | -- | |
NOODLE | ERC-20 | 1 | -- | -- | |
HOTDOG | ERC-20 | 1 | -- | -- | |
SPRINGROLL | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21206067 | 7 days ago | | | 0 | 0.00024785237 | |
| 21145074 | 16 days ago | | | 0 | 0.00037008960 | |
| 21091554 | 23 days ago | | | 0 | 0.00022130479 | |
| 20983111 | a month ago | | | 0 | 0.00019717634 | |
| 20947455 | a month ago | | | 0 | 0.00018877826 | |
| 20920760 | 2 months ago | | | 0 | 0.00034641517 | |
| 20828237 | 2 months ago | | | 0 | 0.00085692186 | |
| 20828232 | 2 months ago | | | 0 | 0.00084656428 | |
| 20547362 | 3 months ago | | | 0 | 0.000043905045 | |
| 20467038 | 4 months ago | | | 0 | 0.000075609313 |
ABI
ABI objects
Getter at block 21258343 getTaqueros() view returns (address[])
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
countTaqueros() view returns (uint256)
576
crunchRate() view returns (uint256)
1
decimals() view returns (uint8)
18
getCrunchAmount() view returns (uint256)
69327042019396658764273
getGithub() view returns (string)
taconomics
getGithubProof() view returns (bytes)
0x86391b52987f395b36bab40c4dfabdfe
getTelegram() view returns (string)
TacoGram
getTwitter() view returns (string)
Taconomics101
getTwitterProof() view returns (uint256)
1292622845114085376
getWebsite() view returns (string)
taconomics.io
githubProof() view returns (bytes)
0x86391b52987f395b36bab40c4dfabdfe
isTacoTuesday() view returns (bool)
false
lastCrunchTime() view returns (uint256)
1706781671
name() view returns (string)
Tacos
owner() view returns (address)
0x7b82b27cc034a7efa1810f4397e885478d8397b4
paused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
rewardForTaquero() view returns (uint256)
1
rewardMultiplier() view returns (uint256)
10
symbol() view returns (string)
TACO
tacoTuesdayRewardMultiplier() view returns (uint256)
20
totalCrunched() view returns (uint256)
12295698107477449293594800
totalSupply() view returns (uint256)
3328301892522550706405200
twitterProof() view returns (uint256)
1292622845114085376
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapPool() view returns (address)
0x958db6e53d1c2bc18daa0ec86a05eb2244dd4e94
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getInfoFor(address addr) view returns (uint256 balance, uint256 poolBalance, uint256 totalSupply, uint256 totalTacosCrunched, uint256 crunchableTacos, uint256 lastCrunchAt, uint256 timesCrunched, uint256 tacosCrunched, bool tacoTuesday, uint256 tacosCrunchRate, uint256 taqueroRewardRate, uint256 tacoTuesdayMultiplier)
getTaqueroStats(address _address) view returns (uint256 timesCrunched, uint256 tacosCrunched)
taqueros(uint256) view returns (address)
taquerosCrunchStats(address) view returns (uint256 timesCrunched, uint256 tacosCrunched)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
crunchPool()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCrunchRate(uint256 _crunchRate)
setGithubProof(bytes _githubProof)
setPauser(address newPauser)
setRewardForTaquero(uint256 _rewardForTaquero)
setTacoTuesdayRewardMultiplier(uint256 _tacoTuesdayRewardMultiplier)
setTwitterProof(uint256 _twitterProof)
setUniswapPool()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCrunched(address taquero, uint256 crunchedAmount, uint256 newTotalSupply, uint256 newUniswapPoolSupply, uint256 taqueroReward, uint256 timesCrunched, uint256 totalTacosCrunched)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address _uniswapFactoryAddress, address _wethToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.