BUSD
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($245,261.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUSD | ERC-20 | 175.38775K | $0.995291 |
$174,561.85 | |
USDT | ERC-20 | 66.54173K | $1.001 |
$66,608.27 | |
USDC | ERC-20 | 2.004021K | $1.00 |
$2,004.02 | |
BNB | ERC-20 | 2.672015 | $625.97 |
$1,672.6 | |
MANA | ERC-20 | 542.764203 | $0.426418 |
$231.44 | |
CRO | ERC-20 | 560.104 | $0.191141 |
$107.06 | |
GALA | ERC-20 | 1.164162K | $0.028955 |
$33.71 | |
SLP | ERC-20 | 9.498K | $0.003366 |
$31.97 | |
SHIB | ERC-20 | 432.490607K | $0.000025 |
$10.81 | |
ZIK | ERC-20 | 51.368565 | $0.000158 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242895 | an hour ago | | | 0 | 0.00049268744 | |
| 21242893 | an hour ago | | | 0 | 0.00067244860 | |
| 21242882 | an hour ago | | | 0 | 0.00075380004 | |
| 21242793 | an hour ago | | | 0 | 0.00070223274 | |
| 21242575 | 2 hours ago | | | 0 | 0.00073028119 | |
| 21242573 | 2 hours ago | | | 0 | 0.00045978021 | |
| 21242438 | 2 hours ago | | | 0 | 0.00065846878 | |
| 21242173 | 3 hours ago | | | 0 | 0.00066668990 | |
| 21241990 | 4 hours ago | | | 0 | 0.00073253051 | |
| 21241870 | 4 hours ago | | | 0 | 0.00061520527 |
ABI
ABI objects
Getter at block 21243148 admin() view returns (address) implementation() view returns (address)
EIP712_DOMAIN_HASH() view returns (bytes32)
0xaa3385dd6424fef42273b27b3be47da3f84b464fd6aecc664981131223ac3d14
assetProtectionRole() view returns (address)
0x0644bd0248d5f89e4f6e845a91d15c23591e5d33
betaDelegateWhitelister() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
BUSD
owner() view returns (address)
0x0644bd0248d5f89e4f6e845a91d15c23591e5d33
paused() view returns (bool)
false
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
supplyController() view returns (address)
0xe25a329d385f77df5d4ed56265babe2b99a5436e
symbol() view returns (string)
BUSD
totalSupply() view returns (uint256)
68223497035945520000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
isFrozen(address _addr) view returns (bool)
isWhitelistedBetaDelegate(address _addr) view returns (bool)
nextSeqOf(address target) view returns (uint256)
State-modifying
Events changeAdmin(address newAdmin)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address _spender, uint256 _value) returns (bool)
betaDelegatedTransfer(bytes sig, address to, uint256 value, uint256 fee, uint256 seq, uint256 deadline) returns (bool)
betaDelegatedTransferBatch(bytes32[] r, bytes32[] s, uint8[] v, address[] to, uint256[] value, uint256[] fee, uint256[] seq, uint256[] deadline) returns (bool)
claimOwnership()
decreaseSupply(uint256 _value) returns (bool success)
disregardProposeOwner()
freeze(address _addr)
increaseSupply(uint256 _value) returns (bool success)
initialize()
initializeDomainSeparator()
pause()
proposeOwner(address _proposedOwner)
reclaimBUSD()
setAssetProtectionRole(address _newAssetProtectionRole)
setBetaDelegateWhitelister(address _newWhitelister)
setSupplyController(address _newSupplyController)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unfreeze(address _addr)
unpause()
unwhitelistBetaDelegate(address _addr)
whitelistBetaDelegate(address _addr)
wipeFrozenAddress(address _addr)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address implementation)
AddressFrozen(address indexed addr)
AddressUnfrozen(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetProtectionRoleSet(address indexed oldAssetProtectionRole, address indexed newAssetProtectionRole)
BetaDelegateUnwhitelisted(address indexed oldDelegate)
BetaDelegateWhitelisted(address indexed newDelegate)
BetaDelegateWhitelisterSet(address indexed oldWhitelister, address indexed newWhitelister)
BetaDelegatedTransfer(address indexed from, address indexed to, uint256 value, uint256 seq, uint256 fee)
FrozenAddressWiped(address indexed addr)
OwnershipTransferDisregarded(address indexed oldProposedOwner)
OwnershipTransferProposed(address indexed currentOwner, address indexed proposedOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
SupplyControllerSet(address indexed oldSupplyController, address indexed newSupplyController)
SupplyDecreased(address indexed from, uint256 value)
SupplyIncreased(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _implementation)
fallback()
This contract contains no error objects.