BridgeNode
Verified contract
Active on
Ethereum with 5,781 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 |
---|---|---|---|---|---|
BGN | ERC-20 | 1.95 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20900072 | a month ago | | | 0 | 0.00015568642 | |
| 20900054 | a month ago | | | 0 | 0.00015796736 | |
| 20900053 | a month ago | | | 0 | 0.00015884592 | |
| 20731097 | 2 months ago | | | 0 | 0.000041353423 | |
| 19416722 | 8 months ago | | | 0 | 0.0011536394 | |
| 19091432 | 10 months ago | | | 0 | 0.00053742872 | |
| 17675930 | a year ago | | | 0 | 0.00035325629 | |
| 17526717 | a year ago | | | 0 | 0.00037285023 | |
| 17364189 | a year ago | | | 0 | 0.00073655505 | |
| 17364187 | a year ago | | | 0 | 0.00073655505 |
ABI
ABI objects
Getter at block 21167805
decimals() view returns (uint8)
18
name() view returns (string)
BridgeNode
symbol() view returns (string)
BGN
totalSupply() view returns (uint256)
18000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeMapping(address map)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address map)
This contract contains no fallback and receive objects.
This contract contains no error objects.