Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CAKE"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169381 | 4 days ago | | | 0 | 0.0010879200 | |
| 19553118 | 8 months ago | | | 0 | 0.0017421820 | |
| 19553088 | 8 months ago | | | 0 | 0.0010330680 | |
| 19552874 | 8 months ago | | | 0 | 0.0010058820 | |
| 16132378 | 2 years ago | | | 0 | 0.0015043460 | |
| 14593548 | 3 years ago | | | 0 | 0.0040033300 | |
| 14537037 | 3 years ago | | | 0 | 0.0047098000 | |
| 14210544 | 3 years ago | | | 0 | 0.0037659200 | |
| 14001930 | 3 years ago | | | 0 | 0.0047324520 | |
| 13984441 | 3 years ago | | | 0 | 0.0065160141 |
ABI
ABI objects
Getter at block 21195511
decimals() view returns (uint8)
18
name() view returns (string)
CAKE
symbol() view returns (string)
CAKE
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _owner, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.