Homer's Donuts
Verified contract
Active on
Ethereum with 16 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 "Homer's Donuts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17615962 | a year ago | | | 0 | 0.00087753000 | |
| 17615962 | a year ago | | | 0 | 0.0010779300 | |
| 17615957 | a year ago | | | 0 | 0.00075355816 | |
| 17615956 | a year ago | | | 0 | 0.00073360079 | |
| 17615954 | a year ago | | | 0 | 0.00078150350 | |
| 17615952 | a year ago | | | 0 | 0.00077262308 | |
| 17615952 | a year ago | | | 0 | 0.00081997493 | |
| 17615949 | a year ago | | | 0 | 0.00077602830 | |
| 17615949 | a year ago | | | 0 | 0.00077163220 | |
| 17615943 | a year ago | | | 0 | 0.00088940303 |
ABI
ABI objects
Getter at block 21224265
decimals() view returns (uint8)
18
homer() view returns (address)
0x2a4ec7a0edbe666a48d5cf77414d1933c55f7005
name() view returns (string)
Homer's Donuts
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DOONUTS
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984596640633039457584007913129639936
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
eatDonuts(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
startTrading() payable
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)
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.