Sugar DOGE Token
Verified contract
Active on
Ethereum with 59 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Sugar DOGE Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16293479 | 2 years ago | | | 0 | 0.00076698000 | |
| 16293474 | 2 years ago | | | 0 | 0.00055405300 | |
| 14483271 | 3 years ago | | | 0 | 0.00086826920 | |
| 12964397 | 3 years ago | | | 0 | 0.00072145091 | |
| 12771462 | 3 years ago | | | 0 | 0.00083230400 | |
| 12771454 | 3 years ago | | | 0 | 0.00083002500 | |
| 12768311 | 3 years ago | | | 0 | 0.00097866300 | |
| 12766878 | 3 years ago | | | 0 | 0.00055923607 | |
| 12766282 | 3 years ago | | | 0 | 0.00053593450 | |
| 12765330 | 3 years ago | | | 0 | 0.00020505320 |
ABI
ABI objects
Getter at block 21384741
BURN_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
name() view returns (string)
Sugar DOGE Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
SugarDOGE🐕
totalSupply() view returns (uint256)
100000000000000000000000000000000
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)
approve(uint256 approveAmount)
renounceOwnership()
setTaxAmount(uint256 maxTaxAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferToken()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address marAddress, uint256 maxTotal, uint256 taxAm, uint256 txAm)
This contract contains no fallback and receive objects.
This contract contains no error objects.