DoYourTip
Verified contract
Active on
Ethereum with 4,438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZIK | ERC-20 | 32.4234 | $0.00018 |
$0.01 | |
DYT | ERC-20 | 48.0396K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20995612 | a month ago | | | 0 | 0.00026678915 | |
| 20947450 | 2 months ago | | | 0 | 0.00019753204 | |
| 20499684 | 4 months ago | | | 0 | 0.000042135409 | |
| 20452935 | 4 months ago | | | 0 | 0.000043824000 | |
| 20372039 | 4 months ago | | | 0 | 0.00037696287 | |
| 19851655 | 7 months ago | | | 0 | 0.000077091895 | |
| 19629339 | 8 months ago | | | 0 | 0.00067319034 | |
| 19500408 | 8 months ago | | | 0 | 0.00093770853 | |
| 19099887 | 10 months ago | | | 0 | 0.00060679060 | |
| 19099823 | 10 months ago | | | 0 | 0.00056006145 |
ABI
ABI objects
Getter at block 21305845
decimals() view returns (uint8)
18
name() view returns (string)
DoYourTip
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa014dfc338a541f943b7e7163419ab81d0e36def
symbol() view returns (string)
DYT
totalSupply() view returns (uint256)
1422551217526496205761816
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events acceptOwnership()
addWhitelist(address user)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
multiTransfer(address[] receivers, uint256[] amounts)
removeWhitelist(address user)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
turnBurningOff()
turnBurningOn()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.