Native XBTPro Exchange Token
Verified contract
Active on
Ethereum with 418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Native XBTPro Exchange Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20408439 | 4 months ago | | | 0 | 0.000029906000 | |
| 20408349 | 4 months ago | | | 0 | 0.000029906000 | |
| 20408300 | 4 months ago | | | 0 | 0.000029930000 | |
| 12623378 | 3 years ago | | | 0 | 0.00011823600 | |
| 12623363 | 3 years ago | | | 0 | 0.00011830800 | |
| 12623358 | 3 years ago | | | 0 | 0.00011823600 | |
| 12623281 | 3 years ago | | | 0 | 0.00020830800 | |
| 12623277 | 3 years ago | | | 0 | 0.00011823600 | |
| 12623269 | 3 years ago | | | 0 | 0.00020830800 | |
| 12623241 | 3 years ago | | | 0 | 0.00011823600 |
ABI
ABI objects
Getter at block 21270813
decimals() view returns (uint8)
18
name() view returns (string)
Native XBTPro Exchange Token
symbol() view returns (string)
NEXBT
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMulti(address[] recipients, uint256[] amounts) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.