BDTToken
Verified contract
Active on
Ethereum with 2,885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BDTToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258247 | a day ago | | | 0 | 0.00029997157 | |
| 21047605 | a month ago | | | 0 | 0.00023540341 | |
| 21022980 | a month ago | | | 0 | 0.00071151688 | |
| 20936446 | a month ago | | | 0 | 0.0014343619 | |
| 20590963 | 3 months ago | | | 0 | 0.00037184379 | |
| 20556843 | 3 months ago | | | 0 | 0.00042891719 | |
| 20414762 | 4 months ago | | | 0 | 0.00048942900 | |
| 20273070 | 5 months ago | | | 0 | 0.00054381000 | |
| 20192890 | 5 months ago | | | 0 | 0.00048942900 | |
| 19860278 | 6 months ago | | | 0 | 0.00078815032 |
ABI
ABI objects
Getter at block 21265606
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Bandot
owner() view returns (address)
0x5307ff4bceb1a3f583d1ccc4da5c60eb7a9434d7
paused() view returns (bool)
false
symbol() view returns (string)
BDT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address wallet, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.