BaseBaldSwap.com
Verified contract
Active on
Base with 381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BALDSWAP | ERC-20 | 784.119639K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19496569 | 2 months ago | | | 0 | 1.2517031e-7 | |
| 16494405 | 4 months ago | | | 0 | 2.4743130e-7 | |
| 13174877 | 7 months ago | | | 0 | 0.0000011633546 | |
| 12487701 | 7 months ago | | | 0 | 0.000000078115608960 | |
| 9828977 | 9 months ago | | | 0 | 0.000000048754000000 | |
| 6137061 | a year ago | | | 0 | 0.000000002486797183 | |
| 6137052 | a year ago | | | 0 | 0.000000004365969454 | |
| 5975392 | a year ago | | | 0 | 0.000000000007386231 | |
| 5975075 | a year ago | | | 0 | 0.000000001179237375 | |
| 3405365 | a year ago | | | 0 | 0.0000038556625 |
ABI
ABI objects
Getter at block 21862647
decimals() view returns (uint8)
18
getOwner() view returns (address)
0x93d29af057f7911595d37d1adc55f1789dd015b6
maxSupply() view returns (uint256)
20000000000000000000000000
name() view returns (string)
BaseBaldSwap.com
owner() view returns (address)
0x93d29af057f7911595d37d1adc55f1789dd015b6
symbol() view returns (string)
BALDSWAP
totalSupply() view returns (uint256)
4482091924228566818181332
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount) returns (bool)
mintFor(address _address, uint256 _amount) returns (bool)
renounceOwnership()
safeTokenTransfer(address _to, uint256 _amount)
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.