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 "Bulla"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20153117 | 5 months ago | | | 0 | 0.000085566499 | |
| 19824367 | 6 months ago | | | 0 | 0.00021706710 | |
| 19309163 | 9 months ago | | | 0 | 0.00055840852 | |
| 18449068 | a year ago | | | 0 | 0.00051288695 | |
| 18278721 | a year ago | | | 0 | 0.00065409964 | |
| 18217590 | a year ago | | | 0 | 0.00043987139 | |
| 18187921 | a year ago | | | 0 | 0.00035586898 | |
| 18153850 | a year ago | | | 0 | 0.00050224282 | |
| 18097098 | a year ago | | | 0 | 0.00043386803 | |
| 18096427 | a year ago | | | 0 | 0.00051818974 |
ABI
ABI objects
Getter at block 21211189
UNISWAP_V2_PAIR() view returns (address)
0x0dbf0a8b340d20aebd12fbdc900f95e18b24d676
UNISWAP_V2_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxBuy() view returns (uint256)
1000000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Bulla
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BULLA
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(bool _limited, uint256 _maxBuy, uint256 _maxWallet)
renounceOwnership()
setLimits(bool _limited, uint256 _maxBuy, uint256 _maxWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckETH()
withdrawStuckTokens(address tkn)
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()
receive()
This contract contains no error objects.