WorldBridgeCoin
Verified contract
Active on
Ethereum with 8,176 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001969 |
$0 | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20338965 | 4 months ago | | | 0 | 0.00036537900 | |
| 20338510 | 4 months ago | | | 0 | 0.00043777145 | |
| 18839756 | a year ago | | | 0 | 0.0011634846 | |
| 18809338 | a year ago | | | 0 | 0.0018977123 | |
| 18631101 | a year ago | | | 0 | 0.0027270046 | |
| 18510650 | a year ago | | | 0 | 0.0015642820 | |
| 18490485 | a year ago | | | 0 | 0.0012223639 | |
| 15583275 | 2 years ago | | | 0 | 0.0011464444 | |
| 15229741 | 2 years ago | | | 0 | 0.00071737181 | |
| 14894713 | 2 years ago | | | 0 | 0.0027927900 |
ABI
ABI objects
Getter at block 21246350
TOTAL_SUPPLY() view returns (uint256)
5000000000000000000000000000
admin() view returns (address)
0x74cea5e3656cb257c201e4fd2f0cce45f849be80
decimals() view returns (uint8)
18
locker() view returns (uint256 _locker)
0
name() view returns (string)
WorldBridgeCoin
owner() view returns (address)
0xfb061ab9f5b4557e12f7eac48cd4f6cbbf5ceef6
paused() view returns (bool)
false
symbol() view returns (string)
WBG
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
locker(address) view returns (uint256)
lockerOf(address _address) view returns (uint256 _locker)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freeze(uint256 _value) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
recall(address _from, uint256 _amount)
setAdmin(address newAdmin)
setLock(address _address, uint256 _value)
setLockList(address[] _recipients, uint256[] _balances)
setLockListPer(address[] _recipients, uint256[] _balances)
setLockPer(address _address, uint256 _value)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferList(address[] _recipients, uint256[] _balances)
transferOwnership(address newOwner)
unfreeze(uint256 _value) returns (bool success)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 amount)
Freeze(address indexed from, uint256 value)
LockerChanged(address indexed _address, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Recall(address indexed from, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed from, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.