Cryptomeda
Verified contract
Active on
Ethereum with 6,522 txns
Balances ($549.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 547.354639 | $1.00 |
$547.35 | |
TECH | ERC-20 | 364.679698K | $0.000005 |
$1.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21049094 | 10 days ago | | | 0 | 0.000096126445 | |
| 21025270 | 14 days ago | | | 0 | 0.00013368571 | |
| 21004471 | 17 days ago | | | 0 | 0.00036777881 | |
| 20980027 | 20 days ago | | | 0 | 0.00059860305 | |
| 20979927 | 20 days ago | | | 0 | 0.00073655254 | |
| 20979923 | 20 days ago | | | 0 | 0.00064711509 | |
| 20977920 | 20 days ago | | | 0 | 0.00073610889 | |
| 20966882 | 22 days ago | | | 0 | 0.00063760260 | |
| 20946620 | 25 days ago | | | 0 | 0.00041272480 | |
| 20940147 | a month ago | | | 0 | 0.00045555848 |
ABI
ABI objects
Getter at block 21123382
decimals() view returns (uint8)
18
name() view returns (string)
Cryptomeda
owner() view returns (address)
0x732106e7399abbd658ea8b278f0c9e363aa8dc27
symbol() view returns (string)
TECH
totalSupply() view returns (uint256)
998311335750005999999511336
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)
burn(uint256 burnAmount)
changeBurnerRole(address newBurnerRole)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
BurnerRoleChanged(address newBurner)
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.