United Base Postal
Verified contract
Active on
Base with 3,468 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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001574 |
$0 | |
BLOOM | ERC-20 | 1.42069 | $0.000046 |
$0 | |
OHNO | ERC-20 | 906.148352 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21862166 | 8 hours ago | | | 0 | 1.7012294e-7 | |
| 21841642 | 20 hours ago | | | 0 | 1.4144655e-7 | |
| 21814734 | a day ago | | | 0 | 0.000000109633646448 | |
| 21802936 | 2 days ago | | | 0 | 2.5322921e-7 | |
| 21794196 | 2 days ago | | | 0 | 0.000000204243600000 | |
| 21784188 | 2 days ago | | | 0 | 2.5480277e-7 | |
| 21757126 | 3 days ago | | | 0 | 0.000049221738 | |
| 21738674 | 3 days ago | | | 0 | 4.9894773e-7 | |
| 21726146 | 3 days ago | | | 0 | 2.5329477e-7 | |
| 21706087 | 4 days ago | | | 0 | 2.5362260e-7 |
ABI
ABI objects
Getter at block 21876857
decimals() view returns (uint8)
18
name() view returns (string)
United Base Postal
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0x4557eacd191e266d4166c603131ef3b006836cae
symbol() view returns (string)
UBPS
totalSupply() view returns (uint256)
100000000000000000000000000
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)
renounceOwnership()
setFinalBuyer(address _finalBuyer)
setPairAddress(address _pairAddress)
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(string name, string symbol, uint256 totalSupply, address initialOwner)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)