United Base Postal

Verified contract

Active on Base with 3,468 txns
Deployed by via 0x40a2c519 at 14098539
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $0
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x1a6981cd5d933b957020cdb6bfe6af2bb13e9f3281cc56882ed2c7865f464b3f
0x743b35fcbb38248e136d0c389c42aec41e466c884bd1703365bbc740925e1f93
0xdc69bc22a36eb3f9b1d338072e1144a146d4fff16db6b10c6ff2384379a61aac
0xa69f6689e18e8522e8b2d7e6a789066a37acbe1669478c76b11eef6da0ae0b19
0x1cee697e0d773ef69e607a8299b256fac55325667cddddcc3bb211eb0892bba1
0x8c609fd04431ebba30db50717559fdb23651c1d99ef2a0d7bd79619d12b3891a
0x1601e602d42a695591e8f88dbe77c8f3b4f69a0fa6c38d2d664d900a4c5a7cfc
0xe7418a3e783f439fc2dbf7689997d840cb91c11e27f6b430ecae01e2aa962d4c
0x1730265c3366cdfa372b94f81a7d5eff650cce4eb8d3035c1ad33c48241804cc
0x26b1acb20dbbefb0a9c96458c53ad87267fd8874ea5ea9e5f881daf63a4f9acc

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
renounceOwnership(
setFinalBuyer(address _finalBuyer
setPairAddress(address _pairAddress
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 totalSupplyaddress initialOwner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account