Buytex
Verified contract
Active on
Ethereum with 281,764 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUX | ERC-20 | 224.126962K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17220285 | 2 years ago | | | 0 | 0.0034433280 | |
| 16502626 | 2 years ago | | | 0 | 0.0012402737 | |
| 16472172 | 2 years ago | | | 0 | 0.00046592259 | |
| 16472171 | 2 years ago | | | 0 | 0.00044404152 | |
| 15391030 | 2 years ago | | | 0 | 0.00084384460 | |
| 15192983 | 2 years ago | | | 0 | 0.00069883171 | |
| 12885345 | 3 years ago | | | 0 | 0.00094090000 | |
| 12657787 | 3 years ago | | | 0 | 0.00041606760 | |
| 12577378 | 3 years ago | | | 0 | 0.00057873200 | |
| 12541248 | 3 years ago | | | 0 | 0.00069608228 |
ABI
ABI objects
Getter at block 21244819 amIOwner() view returns (bool)
decimals() view returns (uint8)
4
getOwners() view returns (address[])
[0xa1381D5a5d97abf6f8418fA41FAE44b2CA0Be77C]
m_KYCProvider() view returns (address)
0x0000000000000000000000000000000000000000
m_allowPrivileged() view returns (bool)
true
m_multiOwnedRequired() view returns (uint256)
1
m_numOwners() view returns (uint256)
1
name() view returns (string)
Buytex
symbol() view returns (string)
BUX
totalSupply() view returns (uint256)
9999999999999
Read-only
allowance(address _owner, address _spender) view returns (uint256)
availableBalanceOf(address _owner) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenBalances(address, uint256) view returns (uint256 amount, uint128 thawTS, uint128 isKYCRequired)
frozenCell(address owner, uint256 index) view returns (uint256 amount, uint256 thawTS, bool isKYCRequired)
frozenCellCount(address owner) view returns (uint256)
getOwner(uint256 ownerIndex) view returns (address)
hasConfirmed(bytes32 _operation, address _owner) view returns (bool)
isOwner(address _addr) view returns (bool)
m_sales(address) view returns (bool)
State-modifying
Events addOwner(address _owner)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
changeOwner(address _from, address _to)
changeRequirement(uint256 _newRequired)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disablePrivileged()
frozenTransfer(address _to, uint256 _value, uint256 thawTS, bool isKYCRequired) returns (bool)
frozenTransferFrom(address _from, address _to, uint256 _value, uint256 thawTS, bool isKYCRequired) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
removeOwner(address _owner)
revoke(bytes32 _operation)
setKYCProvider(address KYCProvider)
setSale(address account, bool isSale)
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)
Burn(address indexed from, uint256 amount)
Confirmation(address owner, bytes32 operation)
FinalConfirmation(address owner, bytes32 operation)
OwnerAdded(address newOwner)
OwnerChanged(address oldOwner, address newOwner)
OwnerRemoved(address oldOwner)
RequirementChanged(uint256 newRequirement)
Revoke(address owner, bytes32 operation)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.