Tamadoge
Verified contract
Active on
Ethereum with 118,373 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,083.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 921.954678 | $1.002 |
$923.8 | |
USDC | ERC-20 | 80 | $1.001 |
$80.08 | |
ELON | ERC-20 | 199.813789M | $0.00 |
$37.17 | |
BUSD | ERC-20 | 18.749335 | $0.994681 |
$18.65 | |
CHZ | ERC-20 | 150 | $0.0762 |
$11.43 | |
MATIC | ERC-20 | 24.493295 | $0.464178 |
$11.37 | |
LUNA | ERC-20 | 27.570079K | $0.000041 |
$1.14 | |
HOKK | ERC-20 | 102.286549B | -- | -- | |
TRIX | ERC-20 | 120.624379M | -- | -- | |
TAMA | ERC-20 | 559.910392K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243237 | 4 hours ago | | | 0 | 0.00060878447 | |
| 21243111 | 5 hours ago | | | 0 | 0.00050813663 | |
| 21242903 | 6 hours ago | | | 0 | 0.00038971848 | |
| 21242403 | 7 hours ago | | | 0 | 0.00063291421 | |
| 21241360 | 11 hours ago | | | 0 | 0.00051209812 | |
| 21241067 | 12 hours ago | | | 0 | 0.00044482936 | |
| 21239092 | 18 hours ago | | | 0 | 0.00068421587 | |
| 21238730 | 20 hours ago | | | 0 | 0.00042347237 | |
| 21238694 | 20 hours ago | | | 0 | 0.00046150277 | |
| 21238580 | 20 hours ago | | | 0 | 0.00088917557 |
ABI
ABI objects
Getter at block 21244556
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
2000000000000000000000000000
lockedSupply() view returns (uint256)
600000000000000000000000000
locking_end() view returns (uint256)
1974276000
locking_start() view returns (uint256)
1658916000
mintHardCap() view returns (uint256)
1400000000000000000000000000
mintable() view returns (uint256)
0
mintableLockedAmount() view returns (uint256 finalAmount)
59023196347031963470319635
mintedLockedSupply() view returns (uint256)
80584906773211567732115677
name() view returns (string)
Tamadoge
owner() view returns (address)
0xeefc76a7375d17d7848f0e8fb3d66add29a3f9c4
symbol() view returns (string)
TAMA
totalSupply() view returns (uint256)
1453674573497695841103219793
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
mint(uint256 amount)
mintLockedSupply()
renounceOwnership()
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)
LockStarted(uint256 startTime, uint256 endTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 _mintAmount, uint256 lockingStartTime, uint256 lockingEndTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.