Bridge Protocol
Verified contract
Active on
Ethereum with 3,841 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
No balances found for "Bridge Protocol"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21003237 | a month ago | | | 0 | 0.00064629354 | |
| 18700668 | a year ago | | | 0 | 0.0070120057 | |
| 17364185 | a year ago | | | 0 | 0.00073609830 | |
| 15899161 | 2 years ago | | | 0 | 0.0021049183 | |
| 14790244 | 3 years ago | | | 0 | 0.0069398462 | |
| 14303864 | 3 years ago | | | 0 | 0.0015610911 | |
| 14196729 | 3 years ago | | | 0 | 0.0011361675 | |
| 13778870 | 3 years ago | | | 0 | 0.014542868 | |
| 13452998 | 3 years ago | | | 0 | 0.0076459020 | |
| 13414098 | 3 years ago | | | 0 | 0.0054626503 |
ABI
ABI objects
Getter at block 21209448
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
balancesStart() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Bridge Protocol
symbol() view returns (string)
BGPT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balancesGetBool(uint256 num) view returns (bool)
balancesGetNext(uint256 num) view returns (uint256)
balancesGetValue(uint256 num) view returns (address, uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(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()
This contract contains no fallback and receive objects.
This contract contains no error objects.