BettedToken
Verified contract
Active on
Ethereum with 133 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 "BettedToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20220530 | 5 months ago | | | 0 | 0.00029377486 | |
| 18175151 | a year ago | | | 0 | 0.00021455395 | |
| 18169946 | a year ago | | | 0 | 0.00057097139 | |
| 18169848 | a year ago | | | 0 | 0.00054175544 | |
| 18169702 | a year ago | | | 0 | 0.00030646129 | |
| 18169692 | a year ago | | | 0 | 0.00053064903 | |
| 18169656 | a year ago | | | 0 | 0.00056115323 | |
| 18169576 | a year ago | | | 0 | 0.00048142507 | |
| 18169514 | a year ago | | | 0 | 0.00045722282 | |
| 18169447 | a year ago | | | 0 | 0.00045204967 |
ABI
ABI objects
Getter at block 21382081
decimals() view returns (uint8)
9
name() view returns (string)
BettedToken
owner() view returns (address)
0x3f61e380e33c7708ae64b54c4c54b3313be5fdb7
symbol() view returns (string)
Betted
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address acvount) view returns (uint256)
State-modifying
Events allowacs(address aderrr)
approve(address spender, uint256 acmuuount) returns (bool)
renounceownership()
transfer(address recipient, uint256 acmuuount) returns (bool)
transferFrom(address sender, address recipient, uint256 acmuuount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
ownershipTransferred(address indexed previousowner, address indexed newowner)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.