UpBots Token
Verified contract
Active on
Ethereum with 362 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 |
---|---|---|---|---|---|
UBXT | ERC-20 | 22.940728K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105932 | 15 days ago | | | 0 | 0.00013126200 | |
| 20480955 | 3 months ago | | | 0 | 0.00017585765 | |
| 20405259 | 4 months ago | | | 0 | 0.000062595420 | |
| 20349355 | 4 months ago | | | 0 | 0.00017714800 | |
| 20348735 | 4 months ago | | | 0 | 0.00033961051 | |
| 20326758 | 4 months ago | | | 0 | 0.00083560469 | |
| 20285739 | 4 months ago | | | 0 | 0.00021408690 | |
| 20274443 | 4 months ago | | | 0 | 0.00011146060 | |
| 20274443 | 4 months ago | | | 0 | 0.00011146060 | |
| 20223722 | 5 months ago | | | 0 | 0.00019137277 |
ABI
ABI objects
Getter at block 21213969
_owner() view returns (address)
0x12ca989fce892bc77eeac6b4e2e609cb9050fcca
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
UpBots Token
owner() view returns (address)
0x12ca989fce892bc77eeac6b4e2e609cb9050fcca
symbol() view returns (string)
UBXN
totalSupply() view returns (uint256)
404481380999999999999997577
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.