BurgerDAO
Verified contract
Active on
Ethereum with 794 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 "BurgerDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161284 | 14 days ago | | | 0 | 0.00066863786 | |
| 20566439 | 3 months ago | | | 0 | 0.000062347500 | |
| 18402344 | a year ago | | | 0 | 0.00032802273 | |
| 17651794 | a year ago | | | 0 | 0.00065943954 | |
| 17643338 | a year ago | | | 0 | 0.00080868152 | |
| 17643317 | a year ago | | | 0 | 0.0019313248 | |
| 17635115 | a year ago | | | 0 | 0.00074822358 | |
| 17608328 | a year ago | | | 0 | 0.00065973567 | |
| 17607991 | a year ago | | | 0 | 0.00044340944 | |
| 17606104 | a year ago | | | 0 | 0.00077115400 |
ABI
ABI objects
Getter at block 21261473
decimals() view returns (uint8)
18
maxPerWallet() view returns (uint256)
2082600000000000000000000
name() view returns (string)
BurgerDAO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BURGERS
totalSupply() view returns (uint256)
1120228200000000000000000000
Read-only
_whitelist(address) view returns (bool)
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 amt)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading() payable
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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.