TRADE MASTER

Verified contract

Active on Ethereum with 1,141 txns
Deployed by via 0x049cf32a at 18600826
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2,746.05
0xd74f0402018d163c1a79bc10a0df64f7159bb502e56f4af0cfc964a94f421ede
0xa9db29a1d7fc25605e22908dff38f8805069060053457d282de7910ec94f4cc8
0xfe8a6897d5194db183bad4ea2ee472558bd4e0cf301fb09e746696854abd7303
0x5891382246ec4a64021b2e6e473bb9f367bb114f7e6527160443be7accf2b62a
0x74ed39970c6852a3770022057b1f457dde8717b0fe67d7ed9f482ea77ef14877
0x8b5dde7bd3ddd4dc22a4d6a514538ba9e9231ea178c6696144e44116ed029348
0xae0e674527baed7eb3e4b5cdaec174dc57a01f77eef15ce02949dbec7aadcd03
0xb2bf42c3832819cd38a3439f125d2ef4be39d7703024e7b33247e9b0ea869e94
0xc961411abeca39a00239d0c0af7c3e8d8313873b81ec21d4202f3cc0d373cac9
0x1271d64c3842cf3903754fcd079a0e05192c2483f51932407c1274073fb0d0d3

Functions
Getter at block 21315055
decimals(view returns (uint8)
18
name(view returns (string)
TRADE MASTER
symbol(view returns (string)
TRDM
totalSupply(view returns (uint256)
96773000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender