UBD Network
Verified contract
Active on
Ethereum with 626 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UBDN | ERC-20 | 152.483491 | $0.075782 |
$11.56 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192746 | 2 days ago | | | 0 | 0.00098950396 | |
| 21192737 | 2 days ago | | | 0 | 0.00070314741 | |
| 21179427 | 4 days ago | | | 0 | 0.0027285754 | |
| 21179367 | 4 days ago | | | 0 | 0.0051492038 | |
| 21178405 | 4 days ago | | | 0 | 0.0013823714 | |
| 21176477 | 5 days ago | | | 0 | 0.0010339054 | |
| 21176425 | 5 days ago | | | 0 | 0.0014433458 | |
| 21174424 | 5 days ago | | | 0 | 0.0013978330 | |
| 21173792 | 5 days ago | | | 0 | 0.0018809797 | |
| 21173783 | 5 days ago | | | 0 | 0.0016575325 |
ABI
ABI objects
Getter at block 21210066
INITIAL_SUPPLY() view returns (uint256)
5000000000000000000000000
decimals() view returns (uint8)
18
minter() view returns (address)
0x6d8b29c195b9478d678cd9ea7ad870ecfb0a869f
name() view returns (string)
UBD Network
symbol() view returns (string)
UBDN
totalSupply() view returns (uint256)
6017363092013666666666664
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(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _initialKeeper, address _minter, uint256 _premintAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.