BirdCoin
Verified contract
Active on
Ethereum with 8,487 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BIRD | ERC-20 | 86.512K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
WDT | ERC-20 | 0.0002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104124 | 20 days ago | | | 0 | 0.00012538526 | |
| 21104123 | 20 days ago | | | 0 | 0.00019123743 | |
| 21092100 | 22 days ago | | | 0 | 0.00037427923 | |
| 21089367 | 22 days ago | | | 0 | 0.00023851884 | |
| 21054058 | a month ago | | | 0 | 0.00019331790 | |
| 20889239 | 2 months ago | | | 0 | 0.00024607500 | |
| 20876211 | 2 months ago | | | 0 | 0.00032616365 | |
| 20453370 | 4 months ago | | | 0 | 0.000054015000 | |
| 20452935 | 4 months ago | | | 0 | 0.000052239000 | |
| 20452759 | 4 months ago | | | 0 | 0.000052239000 |
ABI
ABI objects
Getter at block 21249900
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
BirdCoin
owner() view returns (address)
0x646da308ba60102bb2e746b7d86dacfd3a71209c
symbol() view returns (string)
BIRD
totalSupply() view returns (uint256)
580263158000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unlockTokens()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.