Ordibank
Verified contract
Active on
Ethereum with 14,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($396.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 394.940765 | $0.999837 |
$394.88 | |
ORBK | ERC-20 | 2.4K | $0.000785 |
$1.88 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245939 | an hour ago | | | 0 | 0.00081945725 | |
| 21245697 | 2 hours ago | | | 0 | 0.00059757646 | |
| 21244981 | 5 hours ago | | | 0 | 0.00037255287 | |
| 21243664 | 9 hours ago | | | 0 | 0.0010453742 | |
| 21242502 | 13 hours ago | | | 0 | 0.00053396592 | |
| 21242456 | 13 hours ago | | | 0 | 0.00029426040 | |
| 21242449 | 13 hours ago | | | 0 | 0.00036558649 | |
| 21242425 | 13 hours ago | | | 0 | 0.00057694693 | |
| 21241894 | 15 hours ago | | | 0 | 0.00051070986 | |
| 21238344 | a day ago | | | 0 | 0.00075837780 |
ABI
ABI objects
Getter at block 21246383
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Ordibank
owner() view returns (address)
0xc9065aecafd6a1cd4c47ddb706080a5409c2b7f3
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
ORBK
totalSupply() view returns (uint256)
998133759900000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromLimits(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
excludeFromLimits(address[] accounts, bool value)
launch()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromLimits(address indexed account, bool value)
Launch()
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)